Skip to content

Commit

Permalink
fix(build): add arm64 build (#289) (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Apr 26, 2022
1 parent cb3f6a4 commit 9993ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-latest]
arch: [amd64, arm64]

permissions:
contents: write
Expand Down

0 comments on commit 9993ce4

Please sign in to comment.