From 965688d78e10b7cd8cf7c505036074befab89622 Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Sun, 28 Jan 2024 09:12:46 +0900 Subject: [PATCH] Add 386-linux This will also add 386.deb. Solve #490 --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0d0e670f..4ec357ed 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,6 +14,7 @@ builds: goos: - linux goarch: + - '386' - amd64 - arm - arm64