chore: 修复编译镜像未能正确安装工具链的问题 (#1071)

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2024-12-07 16:37:15 +08:00
committed by GitHub
parent 6e85059fbc
commit c09af909c5
4 changed files with 22 additions and 20 deletions

View File

@ -11,14 +11,14 @@ jobs:
name: Format check ${{ matrix.arch }}
runs-on: ubuntu-latest
continue-on-error: true
container: dragonos/dragonos-dev:v1.7
container: dragonos/dragonos-dev:v1.8
strategy:
matrix:
arch: [x86_64, riscv64]
steps:
- run: echo "Running in dragonos/dragonos-dev:v1.7"
- run: echo "Running in dragonos/dragonos-dev:v1.8"
- uses: actions/checkout@v3
- name: Format check
@ -35,14 +35,14 @@ jobs:
name: Kernel static test ${{ matrix.arch }}
runs-on: ubuntu-latest
continue-on-error: true
container: dragonos/dragonos-dev:v1.7
container: dragonos/dragonos-dev:v1.8
strategy:
matrix:
arch: [x86_64, riscv64]
steps:
- run: echo "Running in dragonos/dragonos-dev:v1.7"
- run: echo "Running in dragonos/dragonos-dev:v1.8"
- uses: actions/checkout@v3
@ -55,10 +55,10 @@ jobs:
build-x86_64:
runs-on: ubuntu-latest
container: dragonos/dragonos-dev:v1.7
container: dragonos/dragonos-dev:v1.8
steps:
- run: echo "Running in dragonos/dragonos-dev:v1.7"
- run: echo "Running in dragonos/dragonos-dev:v1.8"
- uses: actions/checkout@v3
- name: build the DragonOS
@ -77,10 +77,10 @@ jobs:
build-riscv64:
runs-on: ubuntu-latest
container: dragonos/dragonos-dev:v1.7
container: dragonos/dragonos-dev:v1.8
steps:
- run: echo "Running in dragonos/dragonos-dev:v1.7"
- run: echo "Running in dragonos/dragonos-dev:v1.8"
- uses: actions/checkout@v3
with: