Skip to content

Commit

Permalink
release for all OS variants (testing required)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 29, 2022
1 parent 15880ff commit e3cea61
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,24 @@ builds:
- linux
- windows
- darwin
- freebsd
- netbsd
- openbsd
- dragonfly
- aix
- illumos
- solaris
goarch:
- amd64
- arm64
- arm
- "386"
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
flags:
- -tags=encrypted
ldflags:
- -s -w
- -extldflags "-static"
- -X github.com/Arriven/db1000n/src/utils/ota.Version={{ .Version }}
- -X github.com/Arriven/db1000n/src/utils.EncryptionKeys={{- .Env.ENCRYPTION_KEYS }}
- -X github.com/Arriven/db1000n/src/job/config.DefaultConfig={{- .Env.DEFAULT_CONFIG_VALUE }}
- -X github.com/Arriven/db1000n/src/utils/metrics.PushGatewayCA={{- .Env.CA_PATH_VALUE }}
- -X github.com/Arriven/db1000n/src/utils/metrics.BasicAuth={{- .Env.PROMETHEUS_BASIC_AUTH }}
archives:
- id: default
builds:
Expand Down

0 comments on commit e3cea61

Please sign in to comment.