From f77371bfd3827fda9706ae803c327ea22db2fa79 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 22 Sep 2025 15:09:22 -0300 Subject: [PATCH] ci: -trimpath, remove broken target - windows/arm/v7 was marked broken by the Go team - add `-trimpath` to trim the `/home/etc` from logs Signed-off-by: Carlos Alexandro Becker --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7c477b587c324bbcf66883baf385e7caf984c872..c0da1c50aec71d899b0cffe09be64e3756e92f51 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -67,8 +67,12 @@ builds: goarch: arm - goos: android goarch: "386" + - goos: windows + goarch: arm ldflags: - -s -w -X github.com/charmbracelet/crush/internal/version.Version={{.Version}} + flags: + - -trimpath archives: - name_template: >-