mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
444 lines
14 KiB
YAML
444 lines
14 KiB
YAML
project_name: netbird
|
|
builds:
|
|
- id: netbird
|
|
dir: client
|
|
binary: netbird
|
|
env: [CGO_ENABLED=0]
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- arm
|
|
- amd64
|
|
- arm64
|
|
- mips
|
|
gomips:
|
|
- hardfloat
|
|
- softfloat
|
|
ignore:
|
|
- goos: windows
|
|
goarch: arm64
|
|
- goos: windows
|
|
goarch: arm
|
|
ldflags:
|
|
- -s -w -X github.com/netbirdio/netbird/client/system.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
tags:
|
|
- load_wgnt_from_rsrc
|
|
|
|
- id: netbird-mgmt
|
|
dir: management
|
|
env: [CGO_ENABLED=0]
|
|
binary: netbird-mgmt
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
- arm
|
|
ldflags:
|
|
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
|
|
- id: netbird-signal
|
|
dir: signal
|
|
env: [CGO_ENABLED=0]
|
|
binary: netbird-signal
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
- arm
|
|
ldflags:
|
|
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
|
|
- id: netbird-ui
|
|
dir: client/ui
|
|
binary: netbird-ui
|
|
env:
|
|
- CGO_ENABLED=1
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
ldflags:
|
|
- -s -w -X github.com/netbirdio/netbird/client/system.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
|
|
- id: netbird-ui-windows
|
|
dir: client/ui
|
|
binary: netbird-ui
|
|
env:
|
|
- CGO_ENABLED=1
|
|
- CC=x86_64-w64-mingw32-gcc
|
|
goos:
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
ldflags:
|
|
- -s -w -X github.com/netbirdio/netbird/client/system.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
- -H windowsgui
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
|
|
archives:
|
|
- builds:
|
|
- netbird
|
|
- id: linux-arch
|
|
name_template: "{{ .ProjectName }}-ui-linux_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
builds:
|
|
- netbird-ui
|
|
- id: windows-arch
|
|
name_template: "{{ .ProjectName }}-ui-windows_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
builds:
|
|
- netbird-ui-windows
|
|
|
|
nfpms:
|
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
description: Netbird client UI.
|
|
homepage: https://netbird.io/
|
|
id: netbird-ui-deb
|
|
package_name: netbird-ui
|
|
builds:
|
|
- netbird-ui
|
|
formats:
|
|
- deb
|
|
contents:
|
|
- src: client/ui/netbird.desktop
|
|
dst: /usr/share/applications/netbird.desktop
|
|
- src: client/ui/disconnected.png
|
|
dst: /usr/share/pixmaps/netbird.png
|
|
dependencies:
|
|
- libayatana-appindicator3-1
|
|
- libgtk-3-dev
|
|
- libappindicator3-dev
|
|
- netbird
|
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
description: Netbird client UI.
|
|
homepage: https://netbird.io/
|
|
id: netbird-ui-rpm
|
|
package_name: netbird-ui
|
|
builds:
|
|
- netbird-ui
|
|
formats:
|
|
- rpm
|
|
contents:
|
|
- src: client/ui/netbird.desktop
|
|
dst: /usr/share/applications/netbird.desktop
|
|
- src: client/ui/disconnected.png
|
|
dst: /usr/share/pixmaps/netbird.png
|
|
dependencies:
|
|
- libayatana-appindicator3-1
|
|
- libgtk-3-dev
|
|
- libappindicator3-dev
|
|
- netbird
|
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
description: Netbird client.
|
|
homepage: https://netbird.io/
|
|
id: netbird-deb
|
|
bindir: /usr/bin
|
|
builds:
|
|
- netbird
|
|
formats:
|
|
- deb
|
|
|
|
replaces:
|
|
- wiretrustee
|
|
conflicts:
|
|
- wiretrustee
|
|
|
|
scripts:
|
|
postinstall: "release_files/post_install.sh"
|
|
preremove: "release_files/pre_remove.sh"
|
|
|
|
- maintainer: Netbird <dev@netbird.io>
|
|
description: Netbird client.
|
|
homepage: https://netbird.io/
|
|
id: netbird-rpm
|
|
bindir: /usr/bin
|
|
builds:
|
|
- netbird
|
|
formats:
|
|
- rpm
|
|
|
|
replaces:
|
|
- wiretrustee
|
|
|
|
conflicts:
|
|
- wiretrustee
|
|
|
|
scripts:
|
|
postinstall: "release_files/post_install.sh"
|
|
preremove: "release_files/pre_remove.sh"
|
|
dockers:
|
|
- image_templates:
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
|
ids:
|
|
- netbird
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
|
ids:
|
|
- netbird
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
|
ids:
|
|
- netbird
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
|
ids:
|
|
- netbird-signal
|
|
goarch: amd64
|
|
use: buildx
|
|
dockerfile: signal/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/signal:{{ .Version }}-arm64v8
|
|
ids:
|
|
- netbird-signal
|
|
goarch: arm64
|
|
use: buildx
|
|
dockerfile: signal/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/signal:{{ .Version }}-arm
|
|
ids:
|
|
- netbird-signal
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/management:{{ .Version }}-amd64
|
|
ids:
|
|
- netbird-mgmt
|
|
goarch: amd64
|
|
use: buildx
|
|
dockerfile: management/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/management:{{ .Version }}-arm64v8
|
|
ids:
|
|
- netbird-mgmt
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/management:{{ .Version }}-arm
|
|
ids:
|
|
- netbird-mgmt
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
- image_templates:
|
|
- netbirdio/management:{{ .Version }}-debug-amd64
|
|
ids:
|
|
- netbird-mgmt
|
|
goarch: amd64
|
|
use: buildx
|
|
dockerfile: management/Dockerfile.debug
|
|
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/management:{{ .Version }}-debug-arm64v8
|
|
ids:
|
|
- netbird-mgmt
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
|
|
- image_templates:
|
|
- netbirdio/management:{{ .Version }}-debug-arm
|
|
ids:
|
|
- netbird-mgmt
|
|
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}}"
|
|
- "--label=maintainer=dev@netbird.io"
|
|
docker_manifests:
|
|
- name_template: netbirdio/netbird:{{ .Version }}
|
|
image_templates:
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/netbird:latest
|
|
image_templates:
|
|
- netbirdio/netbird:{{ .Version }}-arm64v8
|
|
- netbirdio/netbird:{{ .Version }}-arm
|
|
- netbirdio/netbird:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/signal:{{ .Version }}
|
|
image_templates:
|
|
- netbirdio/signal:{{ .Version }}-arm64v8
|
|
- netbirdio/signal:{{ .Version }}-arm
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/signal:latest
|
|
image_templates:
|
|
- netbirdio/signal:{{ .Version }}-arm64v8
|
|
- netbirdio/signal:{{ .Version }}-arm
|
|
- netbirdio/signal:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/management:{{ .Version }}
|
|
image_templates:
|
|
- netbirdio/management:{{ .Version }}-arm64v8
|
|
- netbirdio/management:{{ .Version }}-arm
|
|
- netbirdio/management:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/management:latest
|
|
image_templates:
|
|
- netbirdio/management:{{ .Version }}-arm64v8
|
|
- netbirdio/management:{{ .Version }}-arm
|
|
- netbirdio/management:{{ .Version }}-amd64
|
|
|
|
- name_template: netbirdio/management:debug-latest
|
|
image_templates:
|
|
- netbirdio/management:{{ .Version }}-debug-arm64v8
|
|
- netbirdio/management:{{ .Version }}-debug-arm
|
|
- netbirdio/management:{{ .Version }}-debug-amd64
|
|
|
|
brews:
|
|
-
|
|
ids:
|
|
- default
|
|
tap:
|
|
owner: netbirdio
|
|
name: homebrew-tap
|
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
|
commit_author:
|
|
name: Netbird
|
|
email: dev@netbird.io
|
|
description: Netbird project.
|
|
download_strategy: CurlDownloadStrategy
|
|
homepage: https://netbird.io/
|
|
license: "BSD3"
|
|
test: |
|
|
system "#{bin}/{{ .ProjectName }} version"
|
|
conflicts:
|
|
- wiretrustee
|
|
|
|
uploads:
|
|
- name: debian
|
|
ids:
|
|
- netbird-deb
|
|
- netbird-ui-deb
|
|
mode: archive
|
|
target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ if .Arm }}armhf{{ else }}{{ .Arch }}{{ end }};deb.package=
|
|
username: dev@wiretrustee.com
|
|
method: PUT
|
|
|
|
- name: yum
|
|
ids:
|
|
- netbird-rpm
|
|
- netbird-ui-rpm
|
|
mode: archive
|
|
target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}
|
|
username: dev@wiretrustee.com
|
|
method: PUT |