2022-05-21 18:42:56 +02:00
|
|
|
project_name: netbird-ui
|
2022-03-20 17:36:35 +01:00
|
|
|
builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- id: netbird-ui-darwin
|
2022-03-20 17:36:35 +01:00
|
|
|
dir: client/ui
|
2022-05-21 18:42:56 +02:00
|
|
|
binary: netbird-ui
|
2022-03-20 17:36:35 +01:00
|
|
|
env: [CGO_ENABLED=1]
|
|
|
|
|
|
|
|
goos:
|
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
gomips:
|
|
|
|
- hardfloat
|
|
|
|
- softfloat
|
|
|
|
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
|
2022-03-20 17:36:35 +01:00
|
|
|
mod_timestamp: '{{ .CommitTimestamp }}'
|
|
|
|
tags:
|
|
|
|
- load_wgnt_from_rsrc
|
|
|
|
|
|
|
|
archives:
|
|
|
|
- builds:
|
2022-05-21 18:42:56 +02:00
|
|
|
- netbird-ui-darwin
|
2022-03-20 17:36:35 +01:00
|
|
|
|
2022-08-01 12:20:30 +02:00
|
|
|
checksum:
|
|
|
|
name_template: "{{ .ProjectName }}_darwin_checksums.txt"
|
2022-05-21 18:42:56 +02:00
|
|
|
changelog:
|
|
|
|
skip: true
|