From 1fb8b74cd208ad2e00ec3f3688bc5dbc4e9470ab Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 1 Nov 2021 20:33:26 +0100 Subject: [PATCH] set IF arm6 and empty attribute for package (#146) There is a behavior or bug in goreleaser where it appends the file name in the target URL and that was causing issues and misconfigured properties --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fbc44da2f..18bc8aaeb 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -221,7 +221,7 @@ uploads: ids: - deb mode: archive - target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main + target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ if .Arm }}armhf{{ else }}{{ .Arch }}{{ end }};deb.package= username: dev@wiretrustee.com method: PUT - name: yum