Skip to content

Commit

Permalink
docker build all supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jemand771 committed Jul 10, 2023
1 parent 54c051b commit 95b0648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ github.token }}
push_strategy: artifact
platforms: linux/amd64
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
args: |
COMMIT=${{ github.sha }}
VERSION=${{ needs.data.outputs.version }}
Expand Down

0 comments on commit 95b0648

Please sign in to comment.