Skip to content

Commit

Permalink
💚 Remove ARM architecture from .goreleaser.yaml
Browse files Browse the repository at this point in the history
The ARM architecture was removed from the goreleaser configuration. Now, the application will no longer be built for this architecture, leaving only AMD64 and ARM64 architectures.
  • Loading branch information
anxuanzi committed May 7, 2024
1 parent 3b10eb9 commit 01885bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ builds:
goarch:
- amd64
- arm64
- arm
goarm:
- 6
- 7
Expand Down

0 comments on commit 01885bf

Please sign in to comment.