File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff 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
8179release :
8280 prerelease : auto
8381
Original file line number Diff line number Diff line change 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 :
3333 selector :
3434 app : void
3535 ports :
36- - protocol : TCP
36+ - protocol : UDP
3737 port : 53
3838 targetPort : 53
3939 type : LoadBalancer
You can’t perform that action at this time.
0 commit comments