Skip to content

Commit daa9997

Browse files
committed
Try get arm build working again
1 parent 61115d9 commit daa9997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
push:
33
branches:
4-
# For some reason this OOM's on community m1 but not on local m1
5-
- distribute-disabled
4+
- distribute-test
65

76
name: Build Linux arm64
87
jobs:
98
build:
109
name: Build Linux arm64
11-
runs-on: lamdera-community-m1
10+
# For some reason this OOM's on community m1 but not on local m1, so we use a dedicated linux-arm64 box for now
11+
runs-on: lamdera-community-linux-arm64
1212
steps:
1313
- name: Install SSH key
1414
uses: shimataro/ssh-key-action@v2

0 commit comments

Comments
 (0)