mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
fixed ci.yml
This commit is contained in:
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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user