Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemKeeper committed Jan 4, 2025
1 parent 70b0b3b commit 8ab388d
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 build --platform linux/amd64,linux/arm64 . --file Dockerfile
docker buildx --platform linux/amd64,linux/arm64 . --file Dockerfile

0 comments on commit 8ab388d

Please sign in to comment.