Update test2.yml

This commit is contained in:
Igor Pečovnik
2023-02-19 10:28:39 +01:00
committed by GitHub
parent d68cdfb17f
commit 9690c6c0af

View File

@@ -12,9 +12,8 @@ jobs:
with:
type: 'minimal'
arch: 'uefi-x86'
runner: "ubuntu-latest"
minimal: 'yes'
desktop: 'no'
secrets:
token: ${{ secrets.CR_PAT }}
@@ -26,9 +25,8 @@ jobs:
with:
type: 'minimal'
arch: 'aarch64'
runner: "ubuntu-latest"
minimal: 'no'
desktop: 'no'
secrets:
token: ${{ secrets.CR_PAT }}
@@ -40,9 +38,8 @@ jobs:
with:
type: 'minimal'
arch: 'armhf'
runner: "ubuntu-latest"
minimal: 'no'
desktop: 'yes'
secrets:
token: ${{ secrets.CR_PAT }}