Skip to content

Commit

Permalink
buildx build
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemKeeper committed Jan 4, 2025
1 parent 8ab388d commit 832b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Build Docker image ${{ matrix.dockerfile }}
run: |
cd "$(dirname ${{ matrix.dockerfile }})"
docker buildx --platform linux/amd64,linux/arm64 . --file Dockerfile
docker buildx build --platform linux/amd64,linux/arm64 . --file Dockerfile

0 comments on commit 832b55f

Please sign in to comment.