Skip to content

Commit eb585d4

Browse files
committed
CI: build arm64 by default
1 parent 941bdbf commit eb585d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish-image.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ on:
1515
description: Image platforms (you can specify multiple platforms separated by comma)
1616
required: false
1717
type: string
18-
default: linux/amd64
18+
default: |
19+
linux/amd64
20+
linux/arm64/v8
1921
workflow_call:
2022
inputs:
2123
tags:
@@ -30,7 +32,9 @@ on:
3032
description: Image platforms (you can specify multiple platforms separated by comma)
3133
required: false
3234
type: string
33-
default: linux/amd64
35+
default: |
36+
linux/amd64
37+
linux/arm64/v8
3438
3539
jobs:
3640
run:

0 commit comments

Comments
 (0)