mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
use a more resourced runner for production builds (#2322)
This commit is contained in:
6
.github/workflows/startos-iso.yaml
vendored
6
.github/workflows/startos-iso.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
[x86_64, x86_64-nonfree, aarch64, aarch64-nonfree, raspberrypi]
|
[x86_64, x86_64-nonfree, aarch64, aarch64-nonfree, raspberrypi]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: '${{ fromJson(''["ubuntu-22.04", "fatboi"]'')[github.event.inputs.environment == ''<NONE>''] }}'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
[x86_64, x86_64-nonfree, aarch64, aarch64-nonfree, raspberrypi]
|
[x86_64, x86_64-nonfree, aarch64, aarch64-nonfree, raspberrypi]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: '${{ fromJson(''["ubuntu-22.04", "fatboi"]'')[github.event.inputs.environment == ''<NONE>''] }}'
|
||||||
needs: [dpkg]
|
needs: [dpkg]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -146,7 +146,7 @@ jobs:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: Build image
|
name: Build image
|
||||||
runs-on: ubuntu-22.04
|
runs-on: '${{ fromJson(''["ubuntu-22.04", "fatboi"]'')[github.event.inputs.environment == ''<NONE>''] }}'
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
needs: [iso]
|
needs: [iso]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user