mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-03 04:24:32 -04:00
test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
887302e8f1
commit
062b9a5611
@ -36,7 +36,6 @@ archives:
|
|||||||
format: binary
|
format: binary
|
||||||
|
|
||||||
source:
|
source:
|
||||||
rlcp: true
|
|
||||||
enabled: true
|
enabled: true
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}"
|
name_template: "{{ .ProjectName }}_{{ .Version }}"
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
@ -95,20 +94,22 @@ kos:
|
|||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- '{{.Tag}}'
|
- '{{.Tag}}'
|
||||||
- id: dockerhub
|
- '{{ .Major }}.{{ .Minor }}'
|
||||||
build: headscale
|
- '{{ .Major }}'
|
||||||
base_image: gcr.io/distroless/base-debian11
|
# - id: dockerhub
|
||||||
repository: headscale/headscale
|
# build: headscale
|
||||||
platforms:
|
# base_image: gcr.io/distroless/base-debian11
|
||||||
- linux/amd64
|
# repository: headscale/headscale
|
||||||
- linux/386
|
# platforms:
|
||||||
- linux/arm64
|
# - linux/amd64
|
||||||
- linux/arm/v7
|
# - linux/386
|
||||||
- linux/arm/v6
|
# - linux/arm64
|
||||||
- linux/arm/v5
|
# - linux/arm/v7
|
||||||
tags:
|
# - linux/arm/v6
|
||||||
- latest
|
# - linux/arm/v5
|
||||||
- '{{.Tag}}'
|
# tags:
|
||||||
|
# - latest
|
||||||
|
# - '{{.Tag}}'
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user