We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a4e63 commit a0619b9Copy full SHA for a0619b9
.github/workflows/build-linux-arm64.yml
@@ -9,7 +9,7 @@ name: Build Linux arm64
9
jobs:
10
build:
11
name: Build Linux arm64
12
- runs-on: lamdera-community-linux-arm64
+ runs-on: ubuntu-24.04-arm
13
steps:
14
- name: Install SSH key
15
uses: shimataro/ssh-key-action@v2
@@ -20,7 +20,12 @@ jobs:
20
if_key_exists: replace
21
- uses: actions/checkout@v3
22
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
23
- - name: Run distribution script
24
- run: |
25
- cd distribution
26
- ./build-linux-arm64-musl.sh
+ - name: Install devbox
+ uses: jetify-com/devbox-install-action@v0.12.0
+ - name: Build lamdera
+ run: devbox run stack install
27
+
28
+ # - name: Run distribution script
29
+ # run: |
30
+ # cd distribution
31
+ # ./build-linux-arm64-musl.sh
0 commit comments