Refactor .goreleaser.yaml to use string values for goarm instead of integers

This commit is contained in:
Simon Larsen
2024-05-14 11:55:48 +01:00
parent 29d2abf226
commit 69ff3dfe17

View File

@@ -28,8 +28,8 @@ builds:
- amd64
- arm64
goarm:
- 6
- 7
- "6"
- "7"
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.