From 462b2660de8051acbcf44a5a50b97417b83c74a3 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 1 Mar 2023 12:31:27 +0800 Subject: [PATCH] disable arches that modernc/sqlite don't complie for --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 583c64d..e928364 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -14,8 +14,8 @@ builds: - amd64 - arm - arm64 - - s390x - - ppc64le +# - s390x +# - ppc64le goarm: - "5" - "6"