Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 9207260

Browse files
committed
rock5: fix for eMMC CI job
1 parent b4bd5a1 commit 9207260

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/talos.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
PLATFORM: linux/arm64
5454
PROGRESS: plain
5555

56+
# TODO(milas): refactor to split release from eMMC image & use matrix strategy
5657
talos-emmc-image:
5758
runs-on: ubuntu-22.04
5859
needs: talos-installer-image
@@ -84,8 +85,9 @@ jobs:
8485
mkdir -p _out/
8586
make sbc-rock_5b
8687
env:
87-
IMAGE_NAME: rock5b-talos
88+
IMAGE_NAME: rock5-talos
8889
IMAGE_TAG: ${{ github.ref_name }}
90+
BOARD: rock-5b
8991

9092
- name: Release
9193
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)