mirror of
https://github.com/livebook-dev/livebook.git
synced 2026-02-06 08:20:08 +08:00
Add linux aarch64 desktop build (#3123)
This commit is contained in:
parent
764854f92f
commit
3708e1a294
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -84,6 +84,8 @@ jobs:
|
|||
gui_target: "x86_64-apple-darwin"
|
||||
- platform: windows-2022
|
||||
gui_target: "x86_64-pc-windows-msvc"
|
||||
- platform: ubuntu-22.04-arm
|
||||
gui_target: "aarch64-unknown-linux-gnu"
|
||||
- platform: ubuntu-22.04
|
||||
gui_target: "x86_64-unknown-linux-gnu"
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue