mirror of
https://github.com/armbian/sdk.git
synced 2026-01-06 11:08:52 -08:00
Optimize runners architecture (#11)
This commit is contained in:
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
@@ -27,9 +27,13 @@ jobs:
|
||||
board: ["uefi-x86","uefi-arm64"]
|
||||
os: ["noble","trixie"]
|
||||
extension: [",image-output-qcow2",""]
|
||||
|
||||
include:
|
||||
- board: uefi-x86
|
||||
runner: ubuntu-24.04
|
||||
- board: uefi-arm64
|
||||
runner: ubuntu-22.04-arm
|
||||
runs-on: ${{ matrix.runner }}
|
||||
name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: armbian/build@main
|
||||
|
||||
Reference in New Issue
Block a user