Skip to content

Commit 5421c1a

Browse files
committed
CI: do not cross compile apps
Seems to run out of memory. Better switch to native arm runners
1 parent e357380 commit 5421c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build opencpu/apps
6262
uses: docker/build-push-action@v6
6363
with:
64-
platforms: linux/amd64,linux/arm64
64+
platforms: linux/amd64
6565
context: docker/apps
6666
push: true
6767
tags: |

0 commit comments

Comments
 (0)