Skip to content

Commit

Permalink
update architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 17, 2024
1 parent ed74495 commit 00df91d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
- os: ubuntu-latest
goos: linux
goarch: amd64
- os: ubuntu-latest
goos: linux
goarch: arm64
- os: macos-latest
goos: darwin
goarch: amd64
goarch: arm64

steps:
- name: Checkout code
Expand Down

0 comments on commit 00df91d

Please sign in to comment.