mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Name release tarballs for arm architecture armhf.
This commit is contained in:
parent
265ae80099
commit
8e6c9fd529
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ archive:
|
||||||
# By default, `replacements` replace GOOS and GOARCH values with valid outputs
|
# By default, `replacements` replace GOOS and GOARCH values with valid outputs
|
||||||
# of `uname -s` and `uname -m` respectively.
|
# of `uname -s` and `uname -m` respectively.
|
||||||
replacements:
|
replacements:
|
||||||
arm: arm
|
arm: armhf
|
||||||
amd64: amd64
|
amd64: amd64
|
||||||
386: 386
|
386: 386
|
||||||
darwin: macOS
|
darwin: macOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue