From e029f24f0ac7b55f720ea1a88e6876c3a5b661c1 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 16 Nov 2024 00:05:49 -0500 Subject: [PATCH] add support for armhf --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 24d29e0..9e1188f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,9 +20,9 @@ builds: - CGO_ENABLED=0 goos: - linux - # - windows - darwin - + - armhf + archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.