Skip to content

Commit

Permalink
remove architecture info from deb (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Nov 1, 2021
1 parent e9066b4 commit 2c729fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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;deb.architecture={{ .Arch }}
target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main
username: [email protected]
method: PUT
- name: yum
Expand All @@ -230,4 +230,4 @@ uploads:
mode: archive
target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}
username: [email protected]
method: PUT
method: PUT

0 comments on commit 2c729fe

Please sign in to comment.