From cd895c8242135767588ed4440b6bad5a36f479a2 Mon Sep 17 00:00:00 2001 From: 404tk Date: Tue, 4 Jul 2023 03:02:14 +0800 Subject: [PATCH] fix(workflow):goreleaser remove i386 --- .github/conf/.goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/conf/.goreleaser.yml b/.github/conf/.goreleaser.yml index e27160a..cfe9604 100644 --- a/.github/conf/.goreleaser.yml +++ b/.github/conf/.goreleaser.yml @@ -14,7 +14,6 @@ builds: - amd64 - arm64 - arm - - 386 goarm: - 6 - 7 @@ -54,7 +53,6 @@ archives: files: - none* replacements: - 386: i386 amd64: x86_64 checksum: name_template: 'checksums.txt'