Skip to content

Commit

Permalink
goreleaser: fixed yaml issues
Browse files Browse the repository at this point in the history
String expected: Only issue was probably just the warning.
  • Loading branch information
kbudde committed May 18, 2022
1 parent 32fb43b commit 381b3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dockers:

- goos: linux
goarch: arm
goarm: 6
goarm: "6"
image_templates:
- "kbudde/rabbitmq-exporter:linux-arm6-{{.ShortCommit}}"
- "ghcr.io/kbudde/rabbitmq_exporter:linux-arm6-{{.ShortCommit}}"
Expand All @@ -65,7 +65,7 @@ dockers:

- goos: linux
goarch: arm
goarm: 7
goarm: "7"
image_templates:
- "kbudde/rabbitmq-exporter:linux-arm7-{{.ShortCommit}}"
- "ghcr.io/kbudde/rabbitmq_exporter:linux-arm7-{{.ShortCommit}}"
Expand Down

0 comments on commit 381b3d6

Please sign in to comment.