Skip to content

Commit

Permalink
chore: remove other build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 19, 2024
1 parent 89088a0 commit 4502fa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- os: ubuntu-latest
goos: linux
goarch: amd64
- os: ubuntu-latest
goos: linux
goarch: arm64
- os: macos-latest
goos: darwin
goarch: arm64
#- os: ubuntu-latest
# goos: linux
# goarch: arm64
#- os: macos-latest
# goos: darwin
# goarch: arm64

steps:
- name: Checkout code
Expand Down

0 comments on commit 4502fa0

Please sign in to comment.