Skip to content

Commit b7a2f69

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

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-09T14:30:09Z by kres d903dae.
3+
# Generated on 2025-05-02T10:29:08Z by kres 6cbcbd1.
44

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

.kres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ spec:
8888
- name: push
8989
command: all
9090
environment:
91+
PLATFORM: linux/amd64,linux/arm64
9192
PUSH: true
9293
- name: release
9394
releaseStep:

0 commit comments

Comments
 (0)