Skip to content

Commit

Permalink
checkout siderolabs/talos and kernel + sbc-overlay + extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed May 2, 2024
1 parent 00a1a54 commit 3bd9ad8
Show file tree
Hide file tree
Showing 10,861 changed files with 9 additions and 1,093,079 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Talos Image

on:
push:
branches: [ 'turingrk1', 'release-*' ]
branches: [ 'release-*' ]
tags:
- "v*"

Expand Down Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: github.com/siderolabs/talos
ref: release-1.7
# need history for `git describe` to work for Talos `Makefile`
fetch-depth: 0
fetch-tags: true
Expand All @@ -38,6 +40,7 @@ jobs:
run: make installer
env:
PUSH: '1'
PKG_KERNEL: ghcr.io/nberlee/kernel:f949955
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
PROGRESS: plain
Expand All @@ -47,6 +50,7 @@ jobs:
run: make imager
env:
PUSH: '1'
PKG_KERNEL: ghcr.io/nberlee/kernel:f949955
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
INSTALLER_ARCH: arm64
Expand All @@ -60,24 +64,24 @@ jobs:
make release-notes
- name: Build an turing-rk1 flashable image
run: make sbc-turing_rk1
run: make metal
env:
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7-1-g4c38887"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.0-alpha.2-53-gc9b97db --overlay-image ghcr.io/nberlee/sbc-turingrk1:4650d18 -overlay-name=turingrk1"

- name: Build an turing-rk1 installer
run: |
make sbc-installer
curl -sL "https://github.com/google/go-containerregistry/releases/download/v0.19.0/go-containerregistry_Linux_arm64.tar.gz" | tar -zxv -C /usr/local/bin/ crane
curl -sL "https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_arm64.tar.gz" | tar -zxv -C /usr/local/bin/ crane
IMAGETAG=$(git describe --tag --always --dirty --match v[0-9]\*)
crane push _out/installer-arm64.tar ghcr.io/nberlee/installer:$IMAGETAG-rk3588
env:
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7-1-g4c38887"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.0-alpha.2-53-gc9b97db --overlay-image ghcr.io/nberlee/sbc-turingrk1:4650d18 -overlay-name=turingrk1"

- uses: actions/upload-artifact@v3
with:
Expand Down
16 changes: 0 additions & 16 deletions CONTRIBUTING.md

This file was deleted.

1,038 changes: 0 additions & 1,038 deletions Dockerfile

This file was deleted.

Binary file removed api/api.descriptors
Binary file not shown.
29 changes: 0 additions & 29 deletions api/cluster/cluster.proto

This file was deleted.

122 changes: 0 additions & 122 deletions api/common/common.proto

This file was deleted.

41 changes: 0 additions & 41 deletions api/inspect/inspect.proto

This file was deleted.

Loading

0 comments on commit 3bd9ad8

Please sign in to comment.