File tree Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Original file line number Diff line number Diff line change 2
2
# Make sure to check the documentation at https://goreleaser.com
3
3
before :
4
4
hooks :
5
- # You may remove this if you don't use go modules.
6
5
- go mod tidy
7
- # you may remove this if you don't need go generate
8
6
- go generate ./...
9
7
builds :
10
8
- env :
@@ -13,6 +11,10 @@ builds:
13
11
- linux
14
12
- windows
15
13
- darwin
14
+ goarch :
15
+ - amd64
16
+ - arm
17
+ - arm64
16
18
archives :
17
19
- replacements :
18
20
darwin : Darwin
@@ -32,29 +34,12 @@ changelog:
32
34
- ' ^test:'
33
35
brews :
34
36
- tap :
35
- owner : " cloudentity"
36
- name : " homebrew-tap"
37
+ owner : cloudentity
38
+ name : homebrew-tap
37
39
token : " {{ .Env.GITHUB_TOKEN }}"
38
- ids : ["gnu", "other"]
39
- url_template : " https://github.com/cloudentity/oauth2c/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
40
- download_strategy : " CurlDownloadStrategy"
41
- commit_author :
42
- name : " cloudentity-ci"
43
-
44
- commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
45
- homepage : " https://cloudentity.com/"
40
+ folder : Formula
41
+ homepage : " https://github.com/cloudentity/oauth2c"
46
42
description : " CLI for OAuth2"
47
- license : " Apache-2.0"
48
- folder : " Formula"
49
- custom_block : |
50
- head "https://github.com/cloudentity/oauth2c.git", :branch => "main"
51
- dependencies :
52
- - name : " go"
53
- type : " build"
54
- test : |
55
- system "#{bin}/oauth2c -h"
56
- install : |
57
- bin.install "oauth2c"
58
43
59
44
# modelines, feel free to remove those if you don't want/use them:
60
45
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
You can’t perform that action at this time.
0 commit comments