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 88effca
Show file tree
Hide file tree
Showing 10,861 changed files with 10 additions and 1,093,080 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 10 additions & 6 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: siderolabs/talos
ref: v1.7.1
# 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 image-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.7.1 --overlay-image ghcr.io/nberlee/sbc-turingrk1:v1.7.1 --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
make image-installer
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.7.1 --overlay-image ghcr.io/nberlee/sbc-turingrk1:v1.7.1 --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 88effca

Please sign in to comment.