We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e0535 commit 71a3dadCopy full SHA for 71a3dad
.goreleaser.yml
@@ -88,22 +88,6 @@ brews:
88
generate_completions_from_executable(bin/"flux", "completion")
89
test: |
90
system "#{bin}/flux --version"
91
-publishers:
92
- - name: aur-pkg-bin
93
- env:
94
- - AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
95
- cmd: |
96
- .github/aur/flux-bin/publish.sh {{ .Version }}
97
- - name: aur-pkg-scm
98
99
100
101
- .github/aur/flux-scm/publish.sh {{ .Version }}
102
- - name: aur-pkg-go
103
104
105
106
- .github/aur/flux-go/publish.sh {{ .Version }}
107
dockers:
108
- image_templates:
109
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'
0 commit comments