Skip to content

Commit f12c32d

Browse files
committed
run natively on arm
1 parent 7d6b189 commit f12c32d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-builder-reusable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
required: false
99
type: string
1010
file:
11-
default: "{context}/Dockerfile"
1211
required: false
1312
type: string
1413

@@ -66,8 +65,8 @@ jobs:
6665
platforms: ${{ steps.vars.outputs.platforms }}
6766

6867
build:
69-
name: Build container ${{ matrix.platform }}
70-
runs-on: ubuntu-24.04
68+
name: Build container for ${{ matrix.platform }}
69+
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
7170
needs: vars
7271
permissions:
7372
contents: read

0 commit comments

Comments
 (0)