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
This commit is contained in:
Maycon Santos 2021-11-01 20:33:26 +01:00 committed by GitHub
parent d040cfed7e
commit 1fb8b74cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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