Skip to content

Commit

Permalink
build: Disable linux arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Sep 6, 2024
1 parent 947e182 commit a4f2469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
goarch: amd64
gpu: true
runner: ubuntu-latest
- goos: linux
goarch: arm64
gpu: true
runner: linux-arm64
# - goos: linux
# goarch: arm64
# gpu: true
# runner: linux-arm64
- goos: darwin
goarch: amd64
gpu: false
Expand Down

0 comments on commit a4f2469

Please sign in to comment.