Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 30, 2023
1 parent f976b62 commit 9af3524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
fail-fast: false
matrix:
board: [uefi-x86,uefi-arm64]
os: ["bookworm","jammy"]
os: ["jammy"]
extension: [",image-output-qcow2",""]

name: "Build ${{ matrix.os }} for ${{ matrix.board }}"
runs-on: ubuntu-latest
Expand All @@ -25,4 +26,4 @@ jobs:
armbian_board: "${{ matrix.board }}" # build target from https://github.com/armbian/build/tree/main/config/boards
armbian_ui: "minimal" # minimal, server, xfce, gnome, etc.
armbian_compress: "sha,img,xz" # compression method: sha,img,xz
armbian_extensions: "docker-ce,sdk" # enable extensions
armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions

0 comments on commit 9af3524

Please sign in to comment.