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

Commit

Permalink
switch back to gon, remove arm signing attempts again
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 26, 2022
1 parent 37e8ef7 commit 3827fb5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
File renamed without changes.
25 changes: 3 additions & 22 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ builds:
goarch:
- amd64
main: ./cmd/saturn-l2
- id: macos-arm64
env:
- CGO_ENABLED=0
goos:
- darwin
goarch:
- arm64
main: ./cmd/saturn-l2

archives:
- builds:
- saturn
Expand All @@ -52,25 +43,15 @@ archives:
replacements:
darwin: Darwin
amd64: x86_64
- builds:
- macos-arm64
id: macos-arm64-zip
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
checksum:
name_template: 'checksums.txt'
signs:
- id: macos-x86-64
ids:
- macos-x86-64-zip
cmd: ./sign-x86_64.sh
artifacts: all
- id: macos-arm64
ids:
- macos-arm64-zip
cmd: ./sign-arm.sh
cmd: gon
args:
- .gon.hcl
artifacts: all
snapshot:
name_template: "{{ incpatch .Version }}-next"
Expand Down
16 changes: 0 additions & 16 deletions sign-arm.sh

This file was deleted.

16 changes: 0 additions & 16 deletions sign-x86_64.sh

This file was deleted.

0 comments on commit 3827fb5

Please sign in to comment.