mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
build only flatpak
This commit is contained in:
parent
618533e6b8
commit
0301e88209
1 changed files with 19 additions and 19 deletions
38
.github/workflows/build_all.yml
vendored
38
.github/workflows/build_all.yml
vendored
|
@ -41,25 +41,25 @@ concurrency:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_all:
|
# build_all:
|
||||||
name: Build All
|
# name: Build All
|
||||||
strategy:
|
# strategy:
|
||||||
fail-fast: false
|
# fail-fast: false
|
||||||
matrix:
|
# matrix:
|
||||||
include:
|
# include:
|
||||||
- os: ubuntu-20.04
|
# - os: ubuntu-20.04
|
||||||
- os: ubuntu-24.04
|
# - os: ubuntu-24.04
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
- os: macos-14
|
# - os: macos-14
|
||||||
arch: x86_64
|
# arch: x86_64
|
||||||
- os: macos-14
|
# - os: macos-14
|
||||||
arch: arm64
|
# arch: arm64
|
||||||
uses: ./.github/workflows/build_check_cache.yml
|
# uses: ./.github/workflows/build_check_cache.yml
|
||||||
with:
|
# with:
|
||||||
os: ${{ matrix.os }}
|
# os: ${{ matrix.os }}
|
||||||
arch: ${{ matrix.arch }}
|
# arch: ${{ matrix.arch }}
|
||||||
build-deps-only: ${{ inputs.build-deps-only || false }}
|
# build-deps-only: ${{ inputs.build-deps-only || false }}
|
||||||
secrets: inherit
|
# secrets: inherit
|
||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue