Add support to armv7

This commit is contained in:
Mo Tarbin 2024-11-16 13:20:39 -05:00
commit edd8eba365

View file

@ -20,9 +20,15 @@ builds:
- CGO_ENABLED=0
goos:
- linux
# - windows
- darwin
targets:
- linux_amd64_v1
- darwin_arm64
- darwin_amd64
- linux_arm_6
- linux_arm_7
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.