Skip to content

Commit

Permalink
remove arm7
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 12, 2024
1 parent b10fd41 commit 5e3225e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.zig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ builds:
env:
- CC=zig cc -target aarch64-linux-musl
- CXX=zig c++ -target aarch64-linux-musl
- <<: *default_config
id: ldcli-linux_armhf
goarm:
- "7"
goarch:
- arm
env:
- CC=zig cc -target arm-linux-musl
- CXX=zig c++ -target arm-linux-musl
- <<: *default_config
id: ldcli-darwin_amd64
goarch:
Expand Down

0 comments on commit 5e3225e

Please sign in to comment.