mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-20 04:46:31 +00:00
fixed ci.yml
This commit is contained in:
parent
acd52c5c3b
commit
a28829c7bd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -30,5 +30,8 @@ jobs:
|
||||
VERSION: ${{ github.run_number }}
|
||||
run: |
|
||||
echo "Start CI build"
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker buildx create --name multibuilder
|
||||
docker buildx use multibuilder
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t bbernhard/signal-cli-rest-api:${VERSION}-ci .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user