mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
only do one arch build
This commit is contained in:
5
.github/workflows/pre-release.yml
vendored
5
.github/workflows/pre-release.yml
vendored
@@ -16,7 +16,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [ToolboxTuner, ToolboxTuner.Devel, ToolboxTuner.Screenshot]
|
target: [ToolboxTuner, ToolboxTuner.Devel, ToolboxTuner.Screenshot]
|
||||||
arch: [x86_64, aarch64]
|
arch: [x86_64]
|
||||||
|
include:
|
||||||
|
- target: ToolboxTuner.Devel
|
||||||
|
arch: aarch64
|
||||||
# Don't fail the whole workflow if one architecture fails
|
# Don't fail the whole workflow if one architecture fails
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user