Skip to content

Commit a0619b9

Browse files
committed
Runner updates & try devbox
1 parent 94a4e63 commit a0619b9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/build-linux-arm64.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Build Linux arm64
99
jobs:
1010
build:
1111
name: Build Linux arm64
12-
runs-on: lamdera-community-linux-arm64
12+
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- name: Install SSH key
1515
uses: shimataro/ssh-key-action@v2
@@ -20,7 +20,12 @@ jobs:
2020
if_key_exists: replace
2121
- uses: actions/checkout@v3
2222
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
23-
- name: Run distribution script
24-
run: |
25-
cd distribution
26-
./build-linux-arm64-musl.sh
23+
- name: Install devbox
24+
uses: jetify-com/devbox-install-action@v0.12.0
25+
- name: Build lamdera
26+
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

Comments
 (0)