also release dls
This commit is contained in:
+4
-2
@@ -8,9 +8,11 @@ publish() {
|
||||
arch=$1
|
||||
pf=$2
|
||||
|
||||
for bin in dkl dls; do
|
||||
curl --user $(jq '.auths["novit.tech"].auth' ~/.docker/config.json -r |base64 -d) \
|
||||
--upload-file <(docker run --rm --platform $pf $repo cat /bin/dkl) \
|
||||
https://novit.tech/api/packages/direktil/generic/dkl/$tag/dkl.$arch
|
||||
--upload-file <(docker run --rm --platform $pf $repo cat /bin/$bin) \
|
||||
https://novit.tech/api/packages/direktil/generic/dkl/$tag/$bin.$arch
|
||||
done
|
||||
}
|
||||
|
||||
publish x86_64 linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user