From 252e13757b5f6c49f9ecbaa3c20ce1a0b7091b88 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 16 Aug 2020 14:55:39 +0100 Subject: [PATCH] Disable i386 builds disabling this because building for darwin/386 is no longer available and goreleaser hasn't picked up on this yet, i believe. --- .goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 267db0a..1932d24 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,12 +24,15 @@ builds: - linux - windows - darwin + goarch: + - amd64 + - arm + - arm64 archives: - replacements: darwin: Darwin linux: Linux windows: Windows - 386: i386 amd64: x86_64 files: - data/*