Skip to content

Commit d686510

Browse files
authored
Use ARM runners for building ARM container image (#1134)
This should hopefully speed up image building. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 9ae1c31 commit d686510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
docker-image:
2121
name: Check docker image build
22-
runs-on: ubuntu-latest
22+
runs-on: ${{ inputs.platform == 'linux/arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2323
env:
2424
IMAGE_NAME: stacklok/codegate
2525
IMAGE_TAG: dev

0 commit comments

Comments
 (0)