2024-09-30 16:43:34 +02:00
|
|
|
version: 2
|
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
project_name: netbird
|
2021-05-01 12:45:37 +02:00
|
|
|
builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- id: netbird
|
2021-08-15 16:56:26 +02:00
|
|
|
dir: client
|
2022-05-21 18:42:56 +02:00
|
|
|
binary: netbird
|
2021-07-25 18:06:18 +02:00
|
|
|
env: [CGO_ENABLED=0]
|
2021-05-01 12:45:37 +02:00
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
2021-06-06 23:57:16 +02:00
|
|
|
- windows
|
2021-05-01 12:45:37 +02:00
|
|
|
goarch:
|
|
|
|
- arm
|
|
|
|
- amd64
|
|
|
|
- arm64
|
2022-07-01 10:42:38 +02:00
|
|
|
- 386
|
2021-05-01 12:45:37 +02:00
|
|
|
ignore:
|
2021-06-06 23:57:16 +02:00
|
|
|
- goos: windows
|
|
|
|
goarch: arm64
|
|
|
|
- goos: windows
|
|
|
|
goarch: arm
|
2022-07-01 10:42:38 +02:00
|
|
|
- goos: windows
|
|
|
|
goarch: 386
|
2021-10-12 12:15:45 +02:00
|
|
|
ldflags:
|
2023-03-15 07:54:51 +01:00
|
|
|
- -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
2024-09-30 16:43:34 +02:00
|
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
2021-06-06 23:57:16 +02:00
|
|
|
tags:
|
2022-01-17 14:01:58 +01:00
|
|
|
- load_wgnt_from_rsrc
|
2021-07-31 10:29:49 +02:00
|
|
|
|
2023-05-14 12:06:29 +02:00
|
|
|
- id: netbird-static
|
|
|
|
dir: client
|
|
|
|
binary: netbird
|
|
|
|
env: [CGO_ENABLED=0]
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- mips
|
|
|
|
- mipsle
|
|
|
|
- mips64
|
|
|
|
- mips64le
|
|
|
|
gomips:
|
|
|
|
- hardfloat
|
|
|
|
- softfloat
|
|
|
|
ldflags:
|
|
|
|
- -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
2024-09-30 16:43:34 +02:00
|
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
2023-05-14 12:06:29 +02:00
|
|
|
tags:
|
|
|
|
- load_wgnt_from_rsrc
|
|
|
|
|
2022-05-13 14:11:21 +02:00
|
|
|
- id: netbird-mgmt
|
2021-07-25 18:06:18 +02:00
|
|
|
dir: management
|
2023-01-19 15:03:10 +01:00
|
|
|
env:
|
2024-09-30 16:43:34 +02:00
|
|
|
- CGO_ENABLED=1
|
|
|
|
- >-
|
|
|
|
{{- if eq .Runtime.Goos "linux" }}
|
|
|
|
{{- if eq .Arch "arm64"}}CC=aarch64-linux-gnu-gcc{{- end }}
|
|
|
|
{{- if eq .Arch "arm"}}CC=arm-linux-gnueabihf-gcc{{- end }}
|
|
|
|
{{- end }}
|
2022-05-13 14:11:21 +02:00
|
|
|
binary: netbird-mgmt
|
2021-07-25 18:06:18 +02:00
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
2021-11-07 13:11:03 +01:00
|
|
|
- arm
|
2021-10-12 12:15:45 +02:00
|
|
|
ldflags:
|
2023-03-15 07:54:51 +01:00
|
|
|
- -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
2024-09-30 16:43:34 +02:00
|
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
2021-08-13 08:46:30 +02:00
|
|
|
|
2022-05-13 21:51:41 +02:00
|
|
|
- id: netbird-signal
|
2021-08-13 08:46:30 +02:00
|
|
|
dir: signal
|
|
|
|
env: [CGO_ENABLED=0]
|
2022-05-13 21:51:41 +02:00
|
|
|
binary: netbird-signal
|
2021-08-13 08:46:30 +02:00
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
2021-11-07 13:11:03 +01:00
|
|
|
- arm
|
2021-10-12 12:15:45 +02:00
|
|
|
ldflags:
|
2023-03-15 07:54:51 +01:00
|
|
|
- -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
2024-09-30 16:43:34 +02:00
|
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
2022-03-20 17:36:35 +01:00
|
|
|
|
2024-09-08 12:06:14 +02:00
|
|
|
- id: netbird-relay
|
|
|
|
dir: relay
|
|
|
|
env: [CGO_ENABLED=0]
|
|
|
|
binary: netbird-relay
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
- arm
|
|
|
|
ldflags:
|
|
|
|
- -s -w -X github.com/netbirdio/netbird/version.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
2024-09-30 16:43:34 +02:00
|
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
2024-09-08 12:06:14 +02:00
|
|
|
|
2024-10-15 15:03:17 +02:00
|
|
|
universal_binaries:
|
|
|
|
- id: netbird
|
|
|
|
|
2021-07-25 18:06:18 +02:00
|
|
|
archives:
|
|
|
|
- builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2023-05-14 12:06:29 +02:00
|
|
|
- netbird-static
|
2022-03-20 17:36:35 +01:00
|
|
|
|
2021-05-01 12:45:37 +02:00
|
|
|
nfpms:
|
2022-05-21 18:42:56 +02:00
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
|
|
description: Netbird client.
|
|
|
|
homepage: https://netbird.io/
|
|
|
|
id: netbird-deb
|
2022-03-14 13:16:16 +01:00
|
|
|
bindir: /usr/bin
|
2021-07-25 18:06:18 +02:00
|
|
|
builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2021-05-01 12:45:37 +02:00
|
|
|
formats:
|
|
|
|
- deb
|
2021-10-12 12:15:45 +02:00
|
|
|
|
|
|
|
scripts:
|
|
|
|
postinstall: "release_files/post_install.sh"
|
2021-10-17 21:34:07 +02:00
|
|
|
preremove: "release_files/pre_remove.sh"
|
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
|
|
description: Netbird client.
|
|
|
|
homepage: https://netbird.io/
|
|
|
|
id: netbird-rpm
|
2022-03-14 13:16:16 +01:00
|
|
|
bindir: /usr/bin
|
2021-10-12 12:15:45 +02:00
|
|
|
builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2021-10-12 12:15:45 +02:00
|
|
|
formats:
|
2021-05-01 12:45:37 +02:00
|
|
|
- rpm
|
|
|
|
|
|
|
|
scripts:
|
|
|
|
postinstall: "release_files/post_install.sh"
|
2021-10-17 21:34:07 +02:00
|
|
|
preremove: "release_files/pre_remove.sh"
|
2021-05-11 09:38:41 +02:00
|
|
|
dockers:
|
2021-11-15 09:11:50 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
2021-11-15 09:11:50 +01:00
|
|
|
ids:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2021-11-15 09:11:50 +01:00
|
|
|
goarch: amd64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: client/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-21 18:42:56 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-11-15 09:11:50 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
2021-11-15 09:11:50 +01:00
|
|
|
ids:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2021-11-15 09:11:50 +01:00
|
|
|
goarch: arm64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: client/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-21 18:42:56 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-11-15 09:11:50 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
2021-11-15 09:11:50 +01:00
|
|
|
ids:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird
|
2021-11-15 09:11:50 +01:00
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
use: buildx
|
|
|
|
dockerfile: client/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-21 18:42:56 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2024-09-08 12:06:14 +02:00
|
|
|
- image_templates:
|
|
|
|
- netbirdio/relay:{{ .Version }}-amd64
|
|
|
|
ids:
|
|
|
|
- netbird-relay
|
|
|
|
goarch: amd64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: relay/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=maintainer=dev@netbird.io"
|
|
|
|
- image_templates:
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm64v8
|
|
|
|
ids:
|
|
|
|
- netbird-relay
|
|
|
|
goarch: arm64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: relay/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=maintainer=dev@netbird.io"
|
|
|
|
- image_templates:
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm
|
|
|
|
ids:
|
|
|
|
- netbird-relay
|
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
use: buildx
|
|
|
|
dockerfile: relay/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-05-11 09:38:41 +02:00
|
|
|
- image_templates:
|
2022-05-13 21:51:41 +02:00
|
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
2021-07-25 18:06:18 +02:00
|
|
|
ids:
|
2022-05-13 21:51:41 +02:00
|
|
|
- netbird-signal
|
2021-05-11 09:38:41 +02:00
|
|
|
goarch: amd64
|
2021-07-17 14:38:59 +02:00
|
|
|
use: buildx
|
2021-07-21 20:23:11 +02:00
|
|
|
dockerfile: signal/Dockerfile
|
2021-05-11 09:38:41 +02:00
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 21:51:41 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-05-11 09:38:41 +02:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/signal:{{ .Version }}-arm64v8
|
2021-07-25 18:06:18 +02:00
|
|
|
ids:
|
2022-05-13 21:51:41 +02:00
|
|
|
- netbird-signal
|
2021-05-11 09:38:41 +02:00
|
|
|
goarch: arm64
|
2021-07-17 14:38:59 +02:00
|
|
|
use: buildx
|
2021-07-21 20:23:11 +02:00
|
|
|
dockerfile: signal/Dockerfile
|
2021-05-11 09:38:41 +02:00
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 21:51:41 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-11-07 13:11:03 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/signal:{{ .Version }}-arm
|
2021-11-07 13:11:03 +01:00
|
|
|
ids:
|
2022-05-13 21:51:41 +02:00
|
|
|
- netbird-signal
|
2021-11-07 13:11:03 +01:00
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
use: buildx
|
|
|
|
dockerfile: signal/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-07-17 14:38:59 +02:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-amd64
|
2021-07-25 18:06:18 +02:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-07-17 14:38:59 +02:00
|
|
|
goarch: amd64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile
|
|
|
|
build_flag_templates:
|
2021-08-29 17:43:21 +02:00
|
|
|
- "--platform=linux/amd64"
|
2021-07-17 14:38:59 +02:00
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-07-17 14:38:59 +02:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-arm64v8
|
2021-07-25 18:06:18 +02:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-07-17 14:38:59 +02:00
|
|
|
goarch: arm64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-11-07 13:11:03 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-arm
|
2021-11-07 13:11:03 +01:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-11-07 13:11:03 +01:00
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-07-31 10:29:49 +02:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-debug-amd64
|
2021-07-31 10:29:49 +02:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-07-31 10:29:49 +02:00
|
|
|
goarch: amd64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile.debug
|
|
|
|
build_flag_templates:
|
2021-08-29 17:43:21 +02:00
|
|
|
- "--platform=linux/amd64"
|
2021-07-31 10:29:49 +02:00
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-07-31 10:29:49 +02:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-debug-arm64v8
|
2021-07-31 10:29:49 +02:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-07-31 10:29:49 +02:00
|
|
|
goarch: arm64
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile.debug
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-05-11 09:38:41 +02:00
|
|
|
|
2021-11-07 13:11:03 +01:00
|
|
|
- image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-debug-arm
|
2021-11-07 13:11:03 +01:00
|
|
|
ids:
|
2022-05-13 14:11:21 +02:00
|
|
|
- netbird-mgmt
|
2021-11-07 13:11:03 +01:00
|
|
|
goarch: arm
|
|
|
|
goarm: 6
|
|
|
|
use: buildx
|
|
|
|
dockerfile: management/Dockerfile.debug
|
|
|
|
build_flag_templates:
|
|
|
|
- "--platform=linux/arm"
|
|
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
2022-05-13 14:11:21 +02:00
|
|
|
- "--label=maintainer=dev@netbird.io"
|
2021-05-11 09:38:41 +02:00
|
|
|
docker_manifests:
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/netbird:{{ .Version }}
|
2021-11-15 09:11:50 +01:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
|
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
2021-11-15 09:11:50 +01:00
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/netbird:latest
|
2021-11-15 09:11:50 +01:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
|
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
2021-11-15 09:11:50 +01:00
|
|
|
|
2024-09-08 12:06:14 +02:00
|
|
|
- name_template: netbirdio/relay:{{ .Version }}
|
|
|
|
image_templates:
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm
|
|
|
|
- netbirdio/relay:{{ .Version }}-amd64
|
|
|
|
|
|
|
|
- name_template: netbirdio/relay:latest
|
|
|
|
image_templates:
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/relay:{{ .Version }}-arm
|
|
|
|
- netbirdio/relay:{{ .Version }}-amd64
|
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/signal:{{ .Version }}
|
2021-05-11 09:38:41 +02:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/signal:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/signal:{{ .Version }}-arm
|
|
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
2021-05-11 09:38:41 +02:00
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/signal:latest
|
2021-05-11 09:38:41 +02:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/signal:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/signal:{{ .Version }}-arm
|
|
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
2021-07-17 14:38:59 +02:00
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/management:{{ .Version }}
|
2021-07-31 10:29:49 +02:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/management:{{ .Version }}-arm
|
|
|
|
- netbirdio/management:{{ .Version }}-amd64
|
2021-07-31 10:29:49 +02:00
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/management:latest
|
2021-07-17 14:38:59 +02:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-arm64v8
|
|
|
|
- netbirdio/management:{{ .Version }}-arm
|
|
|
|
- netbirdio/management:{{ .Version }}-amd64
|
2021-07-17 14:38:59 +02:00
|
|
|
|
2022-05-21 18:42:56 +02:00
|
|
|
- name_template: netbirdio/management:debug-latest
|
2021-07-17 14:38:59 +02:00
|
|
|
image_templates:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbirdio/management:{{ .Version }}-debug-arm64v8
|
|
|
|
- netbirdio/management:{{ .Version }}-debug-arm
|
|
|
|
- netbirdio/management:{{ .Version }}-debug-amd64
|
2021-09-06 14:15:08 +02:00
|
|
|
|
|
|
|
brews:
|
2024-09-30 16:43:34 +02:00
|
|
|
- ids:
|
2022-05-21 18:42:56 +02:00
|
|
|
- default
|
2024-09-30 16:43:34 +02:00
|
|
|
repository:
|
2022-05-21 18:42:56 +02:00
|
|
|
owner: netbirdio
|
|
|
|
name: homebrew-tap
|
2021-09-06 14:15:08 +02:00
|
|
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
|
|
|
commit_author:
|
2022-05-21 18:42:56 +02:00
|
|
|
name: Netbird
|
|
|
|
email: dev@netbird.io
|
|
|
|
description: Netbird project.
|
2021-09-06 14:15:08 +02:00
|
|
|
download_strategy: CurlDownloadStrategy
|
2022-05-21 18:42:56 +02:00
|
|
|
homepage: https://netbird.io/
|
2021-09-06 14:15:08 +02:00
|
|
|
license: "BSD3"
|
|
|
|
test: |
|
2022-05-25 19:41:03 +02:00
|
|
|
system "#{bin}/{{ .ProjectName }} version"
|
2021-10-12 12:15:45 +02:00
|
|
|
|
|
|
|
uploads:
|
|
|
|
- name: debian
|
|
|
|
ids:
|
2024-09-30 16:43:34 +02:00
|
|
|
- netbird-deb
|
2021-10-12 12:15:45 +02:00
|
|
|
mode: archive
|
2021-11-01 20:33:26 +01:00
|
|
|
target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ if .Arm }}armhf{{ else }}{{ .Arch }}{{ end }};deb.package=
|
2021-10-12 12:15:45 +02:00
|
|
|
username: dev@wiretrustee.com
|
|
|
|
method: PUT
|
2022-05-25 19:41:03 +02:00
|
|
|
|
2021-10-12 12:15:45 +02:00
|
|
|
- name: yum
|
|
|
|
ids:
|
2022-05-25 19:41:03 +02:00
|
|
|
- netbird-rpm
|
2021-10-12 12:15:45 +02:00
|
|
|
mode: archive
|
|
|
|
target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}
|
|
|
|
username: dev@wiretrustee.com
|
2023-05-14 12:06:29 +02:00
|
|
|
method: PUT
|
2023-08-03 19:19:17 +02:00
|
|
|
|
|
|
|
checksum:
|
|
|
|
extra_files:
|
|
|
|
- glob: ./infrastructure_files/getting-started-with-zitadel.sh
|
|
|
|
- glob: ./release_files/install.sh
|
|
|
|
|
|
|
|
release:
|
|
|
|
extra_files:
|
|
|
|
- glob: ./infrastructure_files/getting-started-with-zitadel.sh
|
2024-09-08 12:06:14 +02:00
|
|
|
- glob: ./release_files/install.sh
|