Skip to content

Commit d6280f4

Browse files
committed
fix: do not build 389 arch docker images
1 parent 529c0cd commit d6280f4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -183,29 +183,6 @@ dockers:
183183
- "--label=org.opencontainers.image.url=https://github.com/tbckr/{{ .ProjectName }}"
184184
- "--label=org.opencontainers.image.source=https://github.com/tbckr/{{ .ProjectName }}"
185185
- "--label=org.opencontainers.image.licenses=MIT"
186-
-
187-
id: "linux-386"
188-
goos: linux
189-
goarch: 386
190-
use: buildx
191-
dockerfile: "Dockerfile.goreleaser"
192-
image_templates:
193-
- "{{.Env.IMAGE_NAME}}:latest-386"
194-
- "{{.Env.IMAGE_NAME}}:{{ .Major }}-386"
195-
- "{{.Env.IMAGE_NAME}}:{{ .Major }}.{{.Minor}}-386"
196-
- "{{.Env.IMAGE_NAME}}:{{ .Major }}.{{.Minor}}.{{.Patch}}-386"
197-
# Template of the docker build flags.
198-
build_flag_templates:
199-
- "--pull"
200-
- "--platform=linux/arm64"
201-
- "--label=org.opencontainers.image.created={{.Date}}"
202-
- "--label=org.opencontainers.image.title={{.ProjectName}}"
203-
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
204-
- "--label=org.opencontainers.image.version={{.Version}}"
205-
- "--label=org.opencontainers.image.description={{ .ProjectName }}"
206-
- "--label=org.opencontainers.image.url=https://github.com/tbckr/{{ .ProjectName }}"
207-
- "--label=org.opencontainers.image.source=https://github.com/tbckr/{{ .ProjectName }}"
208-
- "--label=org.opencontainers.image.licenses=MIT"
209186

210187
docker_manifests:
211188
- name_template: "{{.Env.IMAGE_NAME}}:{{ .Major }}.{{.Minor}}.{{.Patch}}"

0 commit comments

Comments
 (0)