From d2b420ee083b4c0ea1a92ac85b34c34491cc10c4 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 9 Nov 2022 17:13:47 -0600 Subject: [PATCH] packages for 386 and arm --- .gitignore | 2 ++ .goreleaser.yaml | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8b7bff26..b3d6864e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ github_deploy_key* /after-install-rendered.sh /before-remove-rendered.sh /gpg.signing.key +dist/ +.vscode/ \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e0304454..717d346d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -15,14 +15,15 @@ builds: - freebsd goarch: - amd64 + - "386" ignore: - goos: darwin - goarch: 386 + goarch: "386" - goarm: mips64 - gomips: hardfloat - goamd64: v4 - goos: freebsd - goarch: 386 + goarch: "386" - id: unpoller-mac env: - CGO_ENABLED=0 @@ -34,14 +35,14 @@ builds: - arm64 ignore: - goos: darwin - goarch: 386 + goarch: "386" - id: unpoller-linux-arm env: - CGO_ENABLED=0 binary: unpoller goarm: - - 6 - - 7 + - "6" + - "7" goos: - linux goarch: @@ -222,6 +223,7 @@ nfpms: - id: unpoller-packages builds: - unpoller + - unpoller-linux-arm replacements: amd64: 64-bit 386: 32-bit