Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only build amd64 and arm64
Browse files Browse the repository at this point in the history
maditya committed Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -15,6 +15,9 @@ builds:
- main: ./cmd/crypki
goos:
- linux
goarch:
- amd64
- arm64

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

0 comments on commit a4b6480

Please sign in to comment.