do all archs for release

This commit is contained in:
John
2021-11-10 22:13:30 +01:00
parent 6c117085dc
commit d306203e4e
-1
View File
@@ -25,7 +25,6 @@ if [[ -z "$1" ]]; then
outputFmt='-o type=docker,type=registry'
tagsuffix=':devel'
elif [[ "x$1" = "xrelease" ]]; then
archs=linux/amd64
namesuffix='.release'
target=image
outputFmt='-o type=registry'