mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Refactor .goreleaser.yaml to use string values for goarm instead of integers
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user