[#1524] pick right binary for ARM docker images
This commit is contained in:
parent
c536d524f8
commit
5c4eedb12b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
(doseq [platform (str/split platforms #",")]
|
(doseq [platform (str/split platforms #",")]
|
||||||
(let [tarball-platform (str/replace platform #"\/" "-")
|
(let [tarball-platform (str/replace platform #"\/" "-")
|
||||||
tarball-platform (if (= "linux-arm64" tarball-platform)
|
tarball-platform (if (= "linux-arm64" tarball-platform)
|
||||||
"linux-aarch64"
|
"linux-aarch64-static"
|
||||||
tarball-platform)
|
tarball-platform)
|
||||||
tarball-path (format "/tmp/release/babashka-%s-%s.tar.gz"
|
tarball-path (format "/tmp/release/babashka-%s-%s.tar.gz"
|
||||||
image-tag
|
image-tag
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue