Skip to content

Commit 6f537e7

Browse files
committed
fix(goreleaser): update arm container tags to include -arm
1 parent 66a432e commit 6f537e7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,17 @@ dockers:
5050
- "--platform=linux/amd64"
5151
extra_files:
5252
- LICENSE
53-
- deployment/config/config.yaml
5453
- id: void-arm
5554
ids:
5655
- void
5756
goos: linux
5857
goarch: arm64
5958
dockerfile: deployment/docker/Dockerfile
6059
image_templates:
61-
- "ghcr.io/devnw/void:{{ .ShortCommit }}"
62-
- "ghcr.io/devnw/void:v{{ .Major }}"
63-
- "ghcr.io/devnw/void:{{ .Tag }}"
64-
- "ghcr.io/devnw/void:latest"
60+
- "ghcr.io/devnw/void:{{ .ShortCommit }}-arm"
61+
- "ghcr.io/devnw/void:v{{ .Major }}-arm"
62+
- "ghcr.io/devnw/void:{{ .Tag }}-arm"
63+
- "ghcr.io/devnw/void:latest-arm"
6564
build_flag_templates:
6665
- "--pull"
6766
- "--label=org.opencontainers.image.created={{.Date}}"
@@ -77,7 +76,6 @@ dockers:
7776
- "--platform=linux/arm64"
7877
extra_files:
7978
- LICENSE
80-
- deployment/config/config.yaml
8179
release:
8280
prerelease: auto
8381

deployment/k8s/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: void-container
17-
image: ghcr.io/devnw/void:v0.0.1-beta6
17+
image: ghcr.io/devnw/void:v0.0.1-beta7
1818
ports:
1919
- containerPort: 53
2020
resources:
@@ -33,7 +33,7 @@ spec:
3333
selector:
3434
app: void
3535
ports:
36-
- protocol: TCP
36+
- protocol: UDP
3737
port: 53
3838
targetPort: 53
3939
type: LoadBalancer

0 commit comments

Comments
 (0)