Skip to content

Commit

Permalink
only build amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
maditya committed Nov 6, 2023
1 parent ee2e95f commit a4b6480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ builds:
- main: ./cmd/crypki
goos:
- linux
goarch:
- amd64
- arm64

kos:
- repository: ghcr.io/theparanoids/crypki
Expand Down

0 comments on commit a4b6480

Please sign in to comment.