Skip to content

Commit 9e0fca8

Browse files
committed
chore: optimize Docker CI workflow for faster builds and multi-architecture support
Signed-off-by: liuhy <[email protected]>
1 parent deb8233 commit 9e0fca8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
required: false
2020
type: boolean
2121
default: false
22+
skip_multiarch:
23+
description: 'Skip multi-architecture build for faster CI'
24+
required: false
25+
type: boolean
26+
default: false
2227
push:
2328
branches: ["main"]
2429

0 commit comments

Comments
 (0)