Skip to content

Commit 7a4de58

Browse files
committed
chore: build multi-arch image
Fixes #129 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent e5686e2 commit 7a4de58

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
name: default
66
concurrency:
@@ -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

.kres.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ kind: common.Image
1616
name: image-image-factory
1717
spec:
1818
baseImage: alpine:3.18
19+
extraEnvironment:
20+
PLATFORM: linux/amd64,linux/arm64
1921
additionalImages: []
2022
allowedLocalPaths:
2123
- tailwind.config.js

0 commit comments

Comments
 (0)