add support for armhf

This commit is contained in:
Mo Tarbin 2024-11-16 00:05:49 -05:00
parent 493d9264d3
commit e029f24f0a

View file

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