Skip to content

Commit

Permalink
Removing arm platform for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 18, 2022
1 parent 9bd4741 commit e980761
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
targets: ${{ matrix.image }}-release
set: |
*.platform=linux/arm64,linux/amd64
*.platform=linux/amd64
files: |
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
${{ steps.bake-cache.outputs.cache-from }}
targets: testing
set: |
*.platform=linux/amd64,linux/arm64
*.platform=linux/amd64

0 comments on commit e980761

Please sign in to comment.