From da8eb864ceadf612d1ac26087d9c2d656b4d4066 Mon Sep 17 00:00:00 2001 From: Alexander Sack Date: Wed, 14 Aug 2024 08:01:02 +0000 Subject: [PATCH] .github: switch rockchip to evb machine --- .github/workflows/onpush.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/onpush.yaml b/.github/workflows/onpush.yaml index 44caef9..20b8d93 100644 --- a/.github/workflows/onpush.yaml +++ b/.github/workflows/onpush.yaml @@ -29,9 +29,9 @@ jobs: with: configs: kas/machines/raspberrypi-armv8.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml name: raspberrypi-armv8-scarthgap - remix-rockchip-rk3328-rock64-scarthgap: + remix-rockchip-rk3328-evb-scarthgap: uses: ./.github/workflows/buildkas.yaml with: - configs: kas/machines/rockchip-rk3328-rock64.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml - name: rockchip-rk3328-rock64-scarthgap + configs: kas/machines/rockchip-rk3328-evb.yaml:kas/bsp-base.yaml:kas/scarthgap.yaml + name: rockchip-rk3328-evb-scarthgap