From 7a681f58886698661850c2145432ffe7bdec4cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8st=20Christiansen?= Date: Mon, 6 May 2024 21:31:30 +0200 Subject: [PATCH] Fixed goreleaser yml --- .goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b75fb17..01a7b69 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,7 +22,7 @@ builds: goos: - linux goarch: - - 386 + - "386" - amd64 archives: @@ -47,8 +47,6 @@ archives: # Keys should be valid GOOSs or GOARCHs. # Values are the respective replacements. # Default is empty. - replacements: - amd64: 64-bit # Set to true, if you want all files in the archive to be in a single directory.