Skip to content

Commit

Permalink
gha: restore arm building.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Apr 24, 2024
1 parent eafd846 commit 8779537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
},
"image": {
"dockerfile": "Dockerfile",
"arch_allowed": "amd64",
"arch_allowed": "amd64 arm64",
"name": "${{ github.repository }}",
"tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${{ needs.build_cfg.outputs.ALT_TAGS }}",
"build_args": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
},
"image": {
"dockerfile": "Dockerfile",
"arch_allowed": "amd64",
"arch_allowed": "amd64 arm64",
"name": "${{ github.repository }}",
"tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${{ needs.build_cfg.outputs.ALT_TAGS }}",
"build_args": [
Expand Down

0 comments on commit 8779537

Please sign in to comment.