Skip to content

Commit

Permalink
CI: do not cross compile apps
Browse files Browse the repository at this point in the history
Seems to run out of memory. Better switch to native arm runners
  • Loading branch information
jeroen committed Feb 11, 2025
1 parent e357380 commit 5421c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build opencpu/apps
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
context: docker/apps
push: true
tags: |
Expand Down

0 comments on commit 5421c1a

Please sign in to comment.