Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusTonnessen committed Apr 3, 2024
1 parent d708b13 commit 5679308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ linux ]
goarch: [ amd64 ]
goos: [ linux, darwin ]
goarch: [ amd64, arm64 ]

steps:
- name: Checkout code
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
permissions: write-all
strategy:
matrix:
goos: [ linux ]
goarch: [ amd64 ]
goos: [ linux, darwin ]
goarch: [ amd64, arm64 ]

steps:
- name: Download artifact
Expand Down

0 comments on commit 5679308

Please sign in to comment.