Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jul 11, 2023
1 parent 61c98e1 commit 67980ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
needs: [get-tag]
strategy:
matrix:
arch: [arm64]
arch: [amd64, arm64]
include:
- image: ubuntu-latest
# FIXME (#33): high memory usage during build
- image: buildjet-4vcpu-ubuntu-2204-arm
- image: buildjet-8vcpu-ubuntu-2204
arch: amd64
- image: buildjet-8vcpu-ubuntu-2204-arm
arch: arm64

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

0 comments on commit 67980ad

Please sign in to comment.