Skip to content

Commit

Permalink
Fix Platform Definition (#420)
Browse files Browse the repository at this point in the history
Fixes a typo by duplicating the platform definition
  • Loading branch information
benr authored Jan 23, 2024
1 parent 5855976 commit 7520f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
with:
context: .
file: Dockerfile-dev
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
build-args: VERSION=${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 7520f65

Please sign in to comment.