Skip to content

Commit

Permalink
Merge pull request #930 from jdknives/fix/release-archive-naming
Browse files Browse the repository at this point in the history
Update goreleaser.yml to build only armv6
  • Loading branch information
jdknives committed Oct 14, 2021
2 parents 428294f + 6b21304 commit 70b8ad5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -48,7 +47,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -69,7 +67,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -90,7 +87,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -110,7 +106,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -130,7 +125,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -150,7 +144,6 @@ builds:
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
Expand All @@ -161,7 +154,7 @@ builds:
archives:
- format: tar.gz
wrap_in_directory: false
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 70b8ad5

Please sign in to comment.