Skip to content

Commit

Permalink
fix: add goarm version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukibahr committed Oct 10, 2023
1 parent 3c054bf commit e2dfbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Expand Up @@ -11,9 +11,9 @@ builds:
goos:
- linux
goarch:
- amd64
- arm64
- arm
goarm:
- "7"
binary: prometheus-bme280-exporter
ldflags:
- "-X 'github.com/lukibahr/Prometheus-BME280-exporter/cmd.buildVersion={{.Version}}'"
Expand Down

0 comments on commit e2dfbbd

Please sign in to comment.