File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-06-30T11:34:44Z by kres 4c9f215 .
3+ # Generated on 2024-07-15T08:10:41Z by kres 8c8b007 .
44
55name : default
66concurrency :
@@ -101,12 +101,14 @@ jobs:
101101 - name : push-image-factory
102102 if : github.event_name != 'pull_request'
103103 env :
104+ PLATFORM : linux/amd64,linux/arm64
104105 PUSH : " true"
105106 run : |
106107 make image-image-factory
107108 - name : push-image-factory-latest
108109 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
109110 env :
111+ PLATFORM : linux/amd64,linux/arm64
110112 PUSH : " true"
111113 run : |
112114 make image-image-factory IMAGE_TAG=latest
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ kind: common.Image
1616name : image-image-factory
1717spec :
1818 baseImage : alpine:3.18
19+ extraEnvironment :
20+ PLATFORM : linux/amd64,linux/arm64
1921 additionalImages : []
2022 allowedLocalPaths :
2123 - tailwind.config.js
You can’t perform that action at this time.
0 commit comments