Skip to content

Commit 35c25b4

Browse files
authored
Drop linux/arm/v6 architecture (#3447)
This is a follow up to #3437 as there are no distroless images provided by upstream.
1 parent 074dce2 commit 35c25b4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Diff for: .goreleaser.yaml

-20
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ builds:
1818
- arm64
1919
- arm
2020
goarm:
21-
- "6"
2221
- "7"
2322
main: ./cmd/pyroscope
2423
mod_timestamp: "{{ .CommitTimestamp }}"
@@ -55,7 +54,6 @@ builds:
5554
- arm64
5655
- arm
5756
goarm:
58-
- "6"
5957
- "7"
6058
ignore:
6159
- goos: windows
@@ -100,22 +98,6 @@ dockers:
10098
- "--label=org.opencontainers.image.title={{.ProjectName}}"
10199
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
102100
- "--label=org.opencontainers.image.version={{.Version}}"
103-
- use: buildx
104-
goos: linux
105-
goarch: arm
106-
goarm: "6"
107-
extra_files:
108-
- cmd/pyroscope/pyroscope.yaml
109-
dockerfile: ./cmd/pyroscope/Dockerfile
110-
image_templates:
111-
- "grafana/{{ .ProjectName }}:{{ .Version }}-armv6"
112-
- "grafana/{{ .ProjectName }}:latest-armv6"
113-
build_flag_templates:
114-
- "--platform=linux/arm/v6"
115-
- "--label=org.opencontainers.image.created={{.Date}}"
116-
- "--label=org.opencontainers.image.title={{.ProjectName}}"
117-
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
118-
- "--label=org.opencontainers.image.version={{.Version}}"
119101
- use: buildx
120102
goos: linux
121103
goarch: arm
@@ -138,13 +120,11 @@ docker_manifests:
138120
image_templates:
139121
- grafana/{{ .ProjectName }}:{{ .Version }}-amd64
140122
- grafana/{{ .ProjectName }}:{{ .Version }}-arm64v8
141-
- grafana/{{ .ProjectName }}:{{ .Version }}-armv6
142123
- grafana/{{ .ProjectName }}:{{ .Version }}-armv7
143124
- name_template: grafana/{{ .ProjectName }}:latest
144125
image_templates:
145126
- grafana/{{ .ProjectName }}:latest-amd64
146127
- grafana/{{ .ProjectName }}:latest-arm64v8
147-
- grafana/{{ .ProjectName }}:latest-armv6
148128
- grafana/{{ .ProjectName }}:latest-armv7
149129
nfpms:
150130
- id: pyroscope

0 commit comments

Comments
 (0)