-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the latest 3 minor k3s versions (#1233)
* Use the latest 3 minor k3s versions Signed-off-by: Dimitris Karakasilis <[email protected]> * Use latest luet Signed-off-by: Dimitris Karakasilis <[email protected]> --------- Signed-off-by: Dimitris Karakasilis <[email protected]>
- Loading branch information
1 parent
f528293
commit 31746c8
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ jobs: | |
downloadAllMeta: true | ||
downloadFromList: true | ||
downloadMeta: true | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Build packages 🔧 | ||
uses: luet-lab/[email protected] | ||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} | ||
|
@@ -48,6 +50,8 @@ jobs: | |
values: values/arm64.yaml | ||
buildx: true | ||
platform: linux/arm64 | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Create repo 🔧 | ||
uses: luet-lab/[email protected] | ||
id: create_repo | ||
|
@@ -61,6 +65,8 @@ jobs: | |
createRepo: true | ||
pushCache: true | ||
revisionSHA: true | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Summary info | ||
run: | | ||
echo "Repo created at quay.io/kairos/packages-arm64:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,8 @@ jobs: | |
downloadAllMeta: true | ||
downloadFromList: false | ||
downloadMeta: true | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Build packages 🔧 | ||
uses: luet-lab/[email protected] | ||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} | ||
|
@@ -71,6 +73,8 @@ jobs: | |
pushFinalImages: true | ||
pushCache: true | ||
values: values/amd64.yaml | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Create repo 🔧 | ||
uses: luet-lab/[email protected] | ||
id: create_repo | ||
|
@@ -84,6 +88,8 @@ jobs: | |
createRepo: true | ||
pushCache: true | ||
revisionSHA: true | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Summary info | ||
run: | | ||
echo "Repo created at quay.io/kairos/packages:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,8 @@ jobs: | |
values: values/arm64.yaml | ||
buildx: true | ||
platform: linux/arm64 | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
|
||
build: | ||
runs-on: fast | ||
|
@@ -75,6 +77,8 @@ jobs: | |
downloadAllMeta: false | ||
downloadFromList: true | ||
downloadMeta: true | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 | ||
- name: Build packages 🔧 | ||
uses: luet-lab/[email protected] | ||
with: | ||
|
@@ -87,3 +91,5 @@ jobs: | |
pushFinalImages: false | ||
pushCache: false | ||
values: values/amd64.yaml | ||
# renovate: datasource=github-releases depName=mudler/luet | ||
luetVersion: 0.36.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters