Skip to content

Commit 9c71ab8

Browse files
committed
fix(ci): arm64 container image asset
Build both amd64 and arm64 images on tag event. Fixes: #217 Signed-off-by: Noel Georgi <[email protected]>
1 parent c4b86d9 commit 9c71ab8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 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 2025-04-09T12:46:32Z by kres d903dae.
3+
# Generated on 2025-05-02T10:33:29Z by kres 6cbcbd1.
44

55
name: default
66
concurrency:
@@ -219,6 +219,7 @@ jobs:
219219
username: ${{ github.repository_owner }}
220220
- name: push
221221
env:
222+
PLATFORM: linux/amd64,linux/arm64
222223
PUSH: "true"
223224
run: |
224225
make all

.kres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ spec:
9595
- name: push
9696
command: all
9797
environment:
98+
PLATFORM: linux/amd64,linux/arm64
9899
PUSH: true
99100
- name: release
100101
releaseStep:

0 commit comments

Comments
 (0)