Skip to content

Commit

Permalink
Use more powerful ARM runner
Browse files Browse the repository at this point in the history
* Build of modulo_core terminates before completion,
likely due to high memory usage as referenced in 
aica-technology/dynamic-components#267
  • Loading branch information
eeberhard committed Jul 11, 2023
1 parent 9b218f4 commit 61c98e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
arch: [arm64]
include:
- image: ubuntu-latest
- image: buildjet-2vcpu-ubuntu-2204-arm
# FIXME (#33): high memory usage during build
- image: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64

runs-on: ${{ matrix.image }}
Expand Down

0 comments on commit 61c98e1

Please sign in to comment.