Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxor committed May 22, 2022
1 parent e5baf9b commit 7ac736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DOCKER_IMAGE=tor-simple
docker buildx create --use --name build --node build --driver-opt network=host
docker buildx build \
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--output "type=image,push=true" \
--tag ${DOCKER_IMAGE}:latest \
--tag ${DOCKER_IMAGE}:${{ steps.build_args.outputs.VERSION }} \
Expand Down

0 comments on commit 7ac736a

Please sign in to comment.