Skip to content

Commit

Permalink
set IF arm6 and empty attribute for package (#146)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mlsmaycon authored Nov 1, 2021
1 parent d040cfe commit 1fb8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fb8b74

Please sign in to comment.