Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-04-09T14:30:09Z by kres d903dae.
# Generated on 2025-05-02T10:29:08Z by kres 6cbcbd1.

name: default
concurrency:
Expand Down Expand Up @@ -220,6 +220,7 @@ jobs:
username: ${{ github.repository_owner }}
- name: push
env:
PLATFORM: linux/amd64,linux/arm64
PUSH: "true"
run: |
make all
Expand Down
1 change: 1 addition & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
- name: push
command: all
environment:
PLATFORM: linux/amd64,linux/arm64
PUSH: true
- name: release
releaseStep:
Expand Down