From f714868fddabedf04ca1a9038c987c4ba81ed35f Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sat, 23 Oct 2021 10:29:49 +0200 Subject: [PATCH] remove arch if and replacement for debian packages (#138) --- .goreleaser.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index cb261b1cc..793b4307d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -69,8 +69,6 @@ nfpms: scripts: postinstall: "release_files/post_install.sh" preremove: "release_files/pre_remove.sh" - replacements: - arm6: armf - maintainer: Wiretrustee description: Wiretrustee client. @@ -223,7 +221,7 @@ uploads: ids: - deb mode: archive - target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }} + target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ .Arch }} username: dev@wiretrustee.com method: PUT - name: yum