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 29, 2024
1 parent 2af2d40 commit eee198d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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: 347b7584653083d5545d61bce0a6d324b92a0da1
KERNEL_TAG: v1.8.3-1-geddb1cf
SBC_TAG: v1.8.3-1-gf313d91
TARGET_TAG: v1.9.0-alpha.31

jobs:
talos-build:
Expand All @@ -27,6 +27,8 @@ jobs:

steps:
- uses: docker/setup-buildx-action@v3
with:
version: v0.19.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -49,7 +51,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]; then
echo "PUBLISH_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
else
echo "PUBLISH_TAG=${ORIGIN_TAG#*/}-${GITHUB_SHA::10}" >> $GITHUB_ENV
echo "PUBLISH_TAG=${TARGET_TAG}-${GITHUB_SHA::10}" >> $GITHUB_ENV
fi
shell: bash

Expand Down Expand Up @@ -100,7 +102,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 +114,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 eee198d

Please sign in to comment.