Skip to content

Commit 53c8bdf

Browse files
committed
try codebuild
1 parent 4a7c767 commit 53c8bdf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-ec2-images.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
build:
6666
needs: detect-changes
6767
if: needs.detect-changes.outputs.images != '[]'
68-
runs-on: ${{ contains(matrix.image, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
68+
runs-on:
69+
- codebuild-aws-docker-images-x86-${{ github.run_id }}-${{ github.run_attempt }}
70+
image:${{ contains(matrix.image, 'aarch64') && 'arm-3.0' || 'linux-5.0' }}
71+
instance-size:xlarge
6972
strategy:
7073
fail-fast: false
7174
matrix:

0 commit comments

Comments
 (0)