Skip to content

Commit

Permalink
remove failed architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Nov 8, 2023
1 parent 8902d38 commit b943012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
include:
- { GOOS: linux, GOARCH: amd64, ZIG_TARGET: x86_64-linux-gnu.2.18 }
- { GOOS: linux, GOARCH: arm64, ZIG_TARGET: aarch64-linux-gnu }
- { GOOS: linux, GOARCH: arm, ZIG_TARGET: arm-linux-musleabi-gnu }
- { GOOS: windows, GOARCH: amd64, ZIG_TARGET: x86_64-windows }
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit b943012

Please sign in to comment.