Skip to content

Commit

Permalink
Drop linux/arm/v6 architecture (#3447)
Browse files Browse the repository at this point in the history
This is a follow up to #3437 as there are no distroless images provided by upstream.
  • Loading branch information
simonswine authored Jul 29, 2024
1 parent 074dce2 commit 35c25b4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ builds:
- arm64
- arm
goarm:
- "6"
- "7"
main: ./cmd/pyroscope
mod_timestamp: "{{ .CommitTimestamp }}"
Expand Down Expand Up @@ -55,7 +54,6 @@ builds:
- arm64
- arm
goarm:
- "6"
- "7"
ignore:
- goos: windows
Expand Down Expand Up @@ -100,22 +98,6 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
goos: linux
goarch: arm
goarm: "6"
extra_files:
- cmd/pyroscope/pyroscope.yaml
dockerfile: ./cmd/pyroscope/Dockerfile
image_templates:
- "grafana/{{ .ProjectName }}:{{ .Version }}-armv6"
- "grafana/{{ .ProjectName }}:latest-armv6"
build_flag_templates:
- "--platform=linux/arm/v6"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
goos: linux
goarch: arm
Expand All @@ -138,13 +120,11 @@ docker_manifests:
image_templates:
- grafana/{{ .ProjectName }}:{{ .Version }}-amd64
- grafana/{{ .ProjectName }}:{{ .Version }}-arm64v8
- grafana/{{ .ProjectName }}:{{ .Version }}-armv6
- grafana/{{ .ProjectName }}:{{ .Version }}-armv7
- name_template: grafana/{{ .ProjectName }}:latest
image_templates:
- grafana/{{ .ProjectName }}:latest-amd64
- grafana/{{ .ProjectName }}:latest-arm64v8
- grafana/{{ .ProjectName }}:latest-armv6
- grafana/{{ .ProjectName }}:latest-armv7
nfpms:
- id: pyroscope
Expand Down

0 comments on commit 35c25b4

Please sign in to comment.