Skip to content

Commit

Permalink
Add TARGETPLATFORM build argument to lint-test-build workflow for mul…
Browse files Browse the repository at this point in the history
…ti-arch support
  • Loading branch information
eduardolat committed Nov 2, 2024
1 parent 717abf1 commit 280b285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
docker buildx create --use
docker buildx build \
--platform ${{ matrix.platform }} \
--build-arg TARGETPLATFORM=${{ matrix.platform }} \
-t pbw-test-${{ matrix.platform }}:latest \
-f ./docker/Dockerfile.cicd \
--load .
Expand Down

0 comments on commit 280b285

Please sign in to comment.