Skip to content

Commit

Permalink
Merge branch 'master' of github.com:williamchanrico/planet-exporter i…
Browse files Browse the repository at this point in the history
…nto dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
  • Loading branch information
williamchanrico committed Mar 20, 2023
2 parents 2453682 + cbd3913 commit f098103
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ builds:
goarm: 7
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goarm: mips64
gomips: hardfloat

Expand All @@ -57,6 +59,30 @@ builds:
goarm: 7
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goarm: mips64
gomips: hardfloat

- id: planet-federator-influxdb-to-bq
main: ./cmd/planet-federator-influxdb-to-bq/main.go
binary: planet-federator-influxdb-to-bq
env:
- CGO_ENABLED=0
ldflags: |
-s -w
-X main.version=v{{.Version}}
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
goarm: 7
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goarm: mips64
gomips: hardfloat

Expand Down

0 comments on commit f098103

Please sign in to comment.