Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed May 1, 2024
1 parent 501e6d4 commit 72ded62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
set -xe
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
docker buildx inspect --bootstrap
make DOCKER_BUILDX_FLAGS="--platform linux/amd64,linux/arm64" all
make test
make push

0 comments on commit 72ded62

Please sign in to comment.