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 51ad48e commit b7a2f69Copy full SHA for b7a2f69
.github/workflows/ci.yaml
@@ -1,6 +1,6 @@
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
#
3
-# Generated on 2025-04-09T14:30:09Z by kres d903dae.
+# Generated on 2025-05-02T10:29:08Z by kres 6cbcbd1.
4
5
name: default
6
concurrency:
@@ -220,6 +220,7 @@ jobs:
220
username: ${{ github.repository_owner }}
221
- name: push
222
env:
223
+ PLATFORM: linux/amd64,linux/arm64
224
PUSH: "true"
225
run: |
226
make all
.kres.yaml
@@ -88,6 +88,7 @@ spec:
88
89
command: all
90
environment:
91
92
PUSH: true
93
- name: release
94
releaseStep:
0 commit comments