Skip to content

Commit 79e779b

Browse files
committed
release: remove arm docker build
1 parent 149e1dd commit 79e779b

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,6 @@ dockers:
4848
extra_files:
4949
- LICENSE
5050
- deployment/config/config.yaml
51-
- id: void-arm
52-
ids:
53-
- void
54-
goos: linux
55-
goarch: arm64
56-
dockerfile: deployment/docker/Dockerfile
57-
image_templates:
58-
- "ghcr.io/devnw/void:{{ .ShortCommit }}-arm"
59-
- "ghcr.io/devnw/void:v{{ .Major }}-arm"
60-
- "ghcr.io/devnw/void:{{ .Tag }}-arm"
61-
- "ghcr.io/devnw/void:latest-arm"
62-
build_flag_templates:
63-
- "--pull"
64-
- "--label=org.opencontainers.image.created={{.Date}}"
65-
- "--label=org.opencontainers.image.title=Void DNS Sink Hole"
66-
- "--label=org.opencontainers.image.description=Void is a DNS sink hole and local DNS resolver"
67-
- "--label=org.opencontainers.image.url=https://avoid.dev"
68-
69-
- "--label=org.opencontainers.image.source=https://github.com/devnw/void"
70-
- "--label=org.opencontainers.image.documentation=https://avoid.dev"
71-
- "--label=org.opencontainers.image.licenses=Apache 2.0"
72-
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
73-
- "--label=org.opencontainers.image.version={{.Version}}"
74-
- "--platform=linux/arm64"
75-
extra_files:
76-
- LICENSE
77-
- deployment/config/config.yaml
7851
release:
7952
prerelease: auto
8053

0 commit comments

Comments
 (0)