Skip to content

Commit 2d34b80

Browse files
Remove Alpine Linux packages, as not accepted by packagecloud
1 parent 8080563 commit 2d34b80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ nfpms:
6565
formats:
6666
- deb
6767
- rpm
68-
- apk
6968
bindir: /usr/bin
7069
priority: extra
7170
file_name_template: "{{ .ConventionalFileName }}"
@@ -148,7 +147,7 @@ changelog:
148147

149148
# PackageCloud publisher for Linux packages
150149
publishers:
151-
# Upload all Linux packages (deb, rpm, apk) to PackageCloud
150+
# Upload all Linux packages (deb, rpm) to PackageCloud
152151
- name: packagecloud
153152
# Skip upload if packagecloud credentials are not set
154153
disable: '{{ eq .Env.PACKAGECLOUD_TOKEN "" }}'
@@ -160,8 +159,6 @@ publishers:
160159
any/any
161160
{{- else if contains .ArtifactPath ".rpm" -}}
162161
rpm_any/rpm_any
163-
{{- else if contains .ArtifactPath ".apk" -}}
164-
alpine_any/alpine_any
165162
{{- end }} {{ .ArtifactPath }}
166163
env:
167164
- PACKAGECLOUD_TOKEN={{ .Env.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)