Skip to content

Commit

Permalink
testbuild for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Nov 28, 2024
1 parent 2af2d40 commit 76ca277
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:

env:
ORIGIN_REPO: siderolabs/talos
ORIGIN_TAG: v1.8.3
KERNEL_TAG: v1.8.3
SBC_TAG: v1.8.3
RK3588_TAG: v1.8.3
ORIGIN_TAG: ef69c9d39bb81d5c5dde8f72484a53c5806c9569
KERNEL_TAG: v1.8.3-1-g0817cd0
SBC_TAG: v1.8.3-1-g8e75d21

jobs:
talos-build:
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:
TAG: ${{ env.PUBLISH_TAG }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --system-extension-image ghcr.io/nberlee/rk3588:${{ env.RK3588_TAG }} --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"

- name: Build an turing-rk1 installer
run: |
Expand All @@ -112,7 +111,7 @@ jobs:
TAG: ${{ env.PUBLISH_TAG }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --system-extension-image ghcr.io/nberlee/rk3588:${{ env.RK3588_TAG }} --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 76ca277

Please sign in to comment.