1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 06:25:09 -05:00
This commit is contained in:
Vince Grassia 2023-11-16 00:09:27 -05:00
parent 420bcb7c43
commit aa62e6f10d
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -311,6 +311,8 @@ jobs:
mkdir linux-amd64
docker run --rm --platform linux/amd64 --volume $(pwd):/temp --entrypoint bash \
${{ steps.image-name.outputs.name }} -c "cp -r ./ /temp/linux-amd64"
ls -alh
ls -alh linux-amd64
file linux-amd64/${{ matrix.project_name }}.dll
mkdir linux-arm