Skip to content

Commit

Permalink
Rename arch to match deb format
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Nov 23, 2019
1 parent 50b3d2e commit 846f244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bintray
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package=./dist/nextdns_${version}_linux
deb_repourl="https://api.bintray.com/content/nextdns/deb/nextdns/${version}"
rpm_repourl="https://api.bintray.com/content/nextdns/rpm/nextdns/${version}"

for arch in i386 amd64 armv5 armv6 armv7 mips mips64 mips64le; do
for arch in i386 amd64 armle armhf armv7 arm64 mips mips64 mips64le; do
# Deb
echo "Uploading ${package}_${arch}.deb"
$bintray_curl -T ${package}_${arch}.deb "${deb_repourl}/pool/main/m/nextdns_${version}_${arch}.deb;deb_distribution=stable;deb_component=main;deb_architecture=${arch}"
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ archives:
- README.md
replacements:
386: i386
armv5 armel
armv6 armhf
checksum:
name_template: 'checksums.txt'
release:
Expand Down

0 comments on commit 846f244

Please sign in to comment.