From 888e82a51014fe92d6b9bfd026ef2f52b4456f59 Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:24:48 +0200 Subject: [PATCH] Update Garden Linux build refs --- .github/workflows/dev.yml | 2 +- .github/workflows/nightly.yaml | 4 ++-- .github/workflows/upload_oci.yml | 2 +- features/_fwcfg | 1 + gardenlinux | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 features/_fwcfg diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 92441d6..1f67f55 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -26,7 +26,7 @@ jobs: run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT build: needs: [set_version] - uses: gardenlinux/gardenlinux/.github/workflows/build.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1 + uses: gardenlinux/gardenlinux/.github/workflows/build.yml@c1a1f112762be72b7f154ec931dfe4c57b4d2d44 with: version: ${{ needs.set_version.outputs.VERSION }} # to set target to "release" or "nightly" we need proper KMS secrets diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 2ec0b06..e43b0f3 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -19,7 +19,7 @@ jobs: submodules: recursive build: needs: [checkout] - uses: gardenlinux/gardenlinux/.github/workflows/build.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1 + uses: gardenlinux/gardenlinux/.github/workflows/build.yml@c1a1f112762be72b7f154ec931dfe4c57b4d2d44 with: version: ${{ inputs.version || 'now' }} # to set target to "release" or "nightly" we need proper KMS secrets @@ -36,7 +36,7 @@ jobs: name: Run glcli to publish to OCI needs: [build] # use custom upload_oci.yml as we do not sign the images - # uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1 + # uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@c1a1f112762be72b7f154ec931dfe4c57b4d2d44 uses: ./.github/workflows/upload_oci.yml with: version: ${{ needs.build.outputs.version }} diff --git a/.github/workflows/upload_oci.yml b/.github/workflows/upload_oci.yml index 155693e..55c9afe 100644 --- a/.github/workflows/upload_oci.yml +++ b/.github/workflows/upload_oci.yml @@ -8,7 +8,7 @@ on: jobs: generate_matrix_publish: name: Generate flavors matrix to publish - uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1 + uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@c1a1f112762be72b7f154ec931dfe4c57b4d2d44 with: flags: '--exclude "bare-*" --no-arch --json-by-arch --build --test' upload_gl_artifacts: diff --git a/features/_fwcfg b/features/_fwcfg new file mode 120000 index 0000000..568d6d4 --- /dev/null +++ b/features/_fwcfg @@ -0,0 +1 @@ +../gardenlinux/features/_fwcfg \ No newline at end of file diff --git a/gardenlinux b/gardenlinux index bced61a..c1a1f11 160000 --- a/gardenlinux +++ b/gardenlinux @@ -1 +1 @@ -Subproject commit bced61a3657ac2335f3baf1cae37e0f859313ee1 +Subproject commit c1a1f112762be72b7f154ec931dfe4c57b4d2d44