We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b86d9 commit 9c71ab8Copy full SHA for 9c71ab8
.github/workflows/ci.yaml
@@ -1,6 +1,6 @@
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
#
3
-# Generated on 2025-04-09T12:46:32Z by kres d903dae.
+# Generated on 2025-05-02T10:33:29Z by kres 6cbcbd1.
4
5
name: default
6
concurrency:
@@ -219,6 +219,7 @@ jobs:
219
username: ${{ github.repository_owner }}
220
- name: push
221
env:
222
+ PLATFORM: linux/amd64,linux/arm64
223
PUSH: "true"
224
run: |
225
make all
.kres.yaml
@@ -95,6 +95,7 @@ spec:
95
96
command: all
97
environment:
98
99
PUSH: true
100
- name: release
101
releaseStep:
0 commit comments