Skip to content

Commit ca34a29

Browse files
committed
build(goreleaser): Update to version 2; Enable Linux Arm builds
1 parent cdbc178 commit ca34a29

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.goreleaser.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
#
55
# Usage:
66
#
7-
# goreleaser --rm-dist --skip-publish [--snapshot]
7+
# goreleaser release --clean --skip=publish [--snapshot]
88
#
9+
version: 2
910
project_name: run
1011
env:
1112
- GO111MODULE=on
@@ -25,18 +26,13 @@ builds:
2526
goarch:
2627
- amd64
2728
- arm64
28-
ignore:
29-
- goos: linux
30-
goarch: arm64
31-
archives:
32-
- replacements:
33-
darwin: darwin
34-
linux: linux
35-
amd64: amd64
29+
# ignore:
30+
# - goos: linux
31+
# goarch: arm64
3632
checksum:
3733
name_template: 'checksums.txt'
3834
snapshot:
39-
name_template: "{{ .Version }}"
35+
version_template: "{{ .Version }}"
4036
changelog:
4137
sort: desc
4238
filters:
@@ -64,11 +60,11 @@ aurs:
6460
brews:
6561
-
6662
skip_upload: "true"
67-
tap:
68-
owner: Tekwizely
69-
name: homebrew-tap
70-
folder: Formula
71-
# url_template: "https://github.com/TekWizely/run/archive/{{ .Version }}.tar.gz"
63+
# tap:
64+
# owner: Tekwizely
65+
# name: homebrew-tap
66+
# folder: Formula
67+
url_template: "https://github.com/TekWizely/run/archive/{{ .Version }}.tar.gz"
7268
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
7369
license: MIT
7470
homepage: https://github.com/TekWizely/run

0 commit comments

Comments
 (0)