Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix(goreleaser): removed darwin building which miss the code signing …
Browse files Browse the repository at this point in the history
…certificate
  • Loading branch information
AH-dark committed Aug 29, 2023
1 parent b8a89d7 commit 5c31389
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project_name: epay-cli
before:
hooks:
- go mod tidy

builds:
- id: epay-cli
main: .
Expand All @@ -20,17 +21,15 @@ builds:
ldflags:
- -s -w -X main.version={{ .Version }} -X main.commit={{ .Commit }} -X main.date={{ .Date }}
goos:
- linux
- windows
- darwin
- "linux"
- "windows"
goarch:
- amd64
- arm64
goarm:
- '5'
- '6'
- '7'
- '8'
- "amd64"
- "arm64"
- "arm"

universal_binaries:
- id: epay-cli

signs:
- artifacts: checksum
Expand Down

0 comments on commit 5c31389

Please sign in to comment.