Skip to content

Commit

Permalink
Revert "chore: remove arm64 image build"
Browse files Browse the repository at this point in the history
This reverts commit 94f7e70.
  • Loading branch information
zemyblue committed Oct 12, 2023
1 parent 94f7e70 commit cb0423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64 ]
arch: [ amd64, arm64 ]

steps:
- name: Set tag as version
Expand Down

0 comments on commit cb0423b

Please sign in to comment.