ci: -trimpath, remove broken target

Carlos Alexandro Becker created

- 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 <caarlos0@users.noreply.github.com>

Change summary

.goreleaser.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.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: >-