mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
e334e8db53
Added MacOS icons, plist, and cask template file Adjusted goreleaser with the new name for all builds Added Icon and update windows-ui build to include it and avoid console migrated Docker builds to new namespace netbirdio
27 lines
575 B
YAML
27 lines
575 B
YAML
project_name: netbird-ui
|
|
builds:
|
|
- id: netbird-ui-darwin
|
|
dir: client/ui
|
|
binary: netbird-ui
|
|
env: [CGO_ENABLED=1]
|
|
|
|
goos:
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
gomips:
|
|
- hardfloat
|
|
- softfloat
|
|
ldflags:
|
|
- -s -w -X github.com/netbirdio/netbird/client/ui/system.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -X main.builtBy=goreleaser
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
tags:
|
|
- load_wgnt_from_rsrc
|
|
|
|
archives:
|
|
- builds:
|
|
- netbird-ui-darwin
|
|
|
|
changelog:
|
|
skip: true |