We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae1c31 commit d686510Copy full SHA for d686510
.github/workflows/image-build.yml
@@ -19,7 +19,7 @@ permissions:
19
jobs:
20
docker-image:
21
name: Check docker image build
22
- runs-on: ubuntu-latest
+ runs-on: ${{ inputs.platform == 'linux/arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
23
env:
24
IMAGE_NAME: stacklok/codegate
25
IMAGE_TAG: dev
0 commit comments