No linux aarch64 (#1550)
* [#1524] remove linux-aarch64 dynamic binary build * [#1524] add changelog
This commit is contained in:
parent
430a466a25
commit
ea57060963
2 changed files with 5 additions and 10 deletions
|
|
@ -203,14 +203,6 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
|
||||||
:linux (unix shorted? false false "amd64" docker-executor-conf "large" linux-graalvm-home "linux")
|
:linux (unix shorted? false false "amd64" docker-executor-conf "large" linux-graalvm-home "linux")
|
||||||
:linux-static
|
:linux-static
|
||||||
(unix shorted? true true "amd64" docker-executor-conf "large" linux-graalvm-home "linux")
|
(unix shorted? true true "amd64" docker-executor-conf "large" linux-graalvm-home "linux")
|
||||||
:linux-aarch64 (unix shorted?
|
|
||||||
false
|
|
||||||
false
|
|
||||||
"aarch64"
|
|
||||||
machine-executor-conf
|
|
||||||
"arm.large"
|
|
||||||
linux-graalvm-home
|
|
||||||
"linux")
|
|
||||||
:linux-aarch64-static
|
:linux-aarch64-static
|
||||||
(unix shorted? true false "aarch64" machine-executor-conf "arm.large" linux-graalvm-home "linux")
|
(unix shorted? true false "aarch64" machine-executor-conf "arm.large" linux-graalvm-home "linux")
|
||||||
:mac (unix shorted? false false "amd64" mac-executor-conf "large" mac-graalvm-home "mac")
|
:mac (unix shorted? false false "amd64" mac-executor-conf "large" mac-graalvm-home "mac")
|
||||||
|
|
@ -222,12 +214,11 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
|
||||||
"linux"
|
"linux"
|
||||||
"linux-static"
|
"linux-static"
|
||||||
"mac"
|
"mac"
|
||||||
"linux-aarch64"
|
|
||||||
"linux-aarch64-static"
|
"linux-aarch64-static"
|
||||||
{:deploy {:filters {:branches {:only "master"}}
|
{:deploy {:filters {:branches {:only "master"}}
|
||||||
:requires ["jvm" "linux"]}}
|
:requires ["jvm" "linux"]}}
|
||||||
{:docker {:filters {:branches {:only "master"}}
|
{:docker {:filters {:branches {:only "master"}}
|
||||||
:requires ["linux" "linux-static" "linux-aarch64"]}}]}))))
|
:requires ["linux" "linux-static"]}}]}))))
|
||||||
|
|
||||||
(def skip-config
|
(def skip-config
|
||||||
{:skip-if-only [#".*.md$"
|
{:skip-if-only [#".*.md$"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@ A preview of the next release can be installed from
|
||||||
Berlin. Save the date and/or submit your babashka/clojure-related talk or workshop
|
Berlin. Save the date and/or submit your babashka/clojure-related talk or workshop
|
||||||
in the CfP!
|
in the CfP!
|
||||||
|
|
||||||
|
## Unrelased
|
||||||
|
|
||||||
|
- [#1524](https://github.com/babashka/babashka/issues/1524): Remove dynamic builds for linux-aarch64 ([@lispyclouds](https://github.com/lispyclouds))
|
||||||
|
|
||||||
## 1.3.179 (2023-04-26)
|
## 1.3.179 (2023-04-26)
|
||||||
|
|
||||||
- [#1544](https://github.com/babashka/babashka/issues/1544): `:local/root` in script-adjacent bb.edn should resolve relative to script
|
- [#1544](https://github.com/babashka/babashka/issues/1544): `:local/root` in script-adjacent bb.edn should resolve relative to script
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue