-
Notifications
You must be signed in to change notification settings - Fork 91
feat: native multi-platform builds via runner matrix (no QEMU emulation) #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
17fd367
569a443
b85ad8e
3e2ff32
98082f9
c959376
1772e73
7aca3ea
48a45ae
ae3132e
1d4e181
cdf98e0
8eed5ab
a7645d9
55dea7c
655be62
f907cd8
c397a55
04bf6ae
413c2df
f8180a7
599ca50
303b838
34c8889
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -128,6 +128,18 @@ | |
| "type": "multiLine", | ||
| "label": "Specify the image to cache the built image to", | ||
| "required": false | ||
| }, | ||
| { | ||
| "name": "platformTag", | ||
| "type": "string", | ||
| "label": "Tag suffix for this platform build (e.g., 'linux-amd64'). Used in matrix builds to push per-platform images that are later merged.", | ||
| "required": false | ||
| }, | ||
| { | ||
| "name": "mergeTag", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Naming could be more clear
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you clarify what naming you'd prefer? Happy to rename. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps |
||
| "type": "string", | ||
| "label": "Comma-separated list of platform tags to merge into a multi-arch manifest (e.g., 'linux-amd64,linux-arm64'). Used in the merge job after matrix builds complete.", | ||
| "required": false | ||
| } | ||
| ], | ||
| "outputVariables": [{ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.