Skip to content

Commit

Permalink
ci: The emulated buildings are not yet on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Aug 7, 2024
1 parent 92f2e98 commit 82da11d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,55 +52,55 @@ jobs:

build_Linux_x86_64:
name: Build Linux_x86_64
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["ubuntu-22.04"]'
arch: "x86_64"
secrets: inherit

build_Windows_AMD64:
name: Build Windows_AMD64
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["windows-latest"]'
arch: "AMD64"
secrets: inherit

build_MacOS_x86_64:
name: Build Windows_x86_64
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["macOS-latest"]'
arch: "x86_64"
secrets: inherit

build_Linux_i686:
name: Build Linux_i686
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["ubuntu-22.04"]'
arch: "i686"
secrets: inherit

build_Linux_aarch64:
name: Build Linux_aarch64
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["ubuntu-22.04"]'
arch: "aarch64"
secrets: inherit

build_Linux_ppc64le:
name: Build Linux_ppc64le
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["ubuntu-22.04"]'
arch: "ppc64le"
secrets: inherit

build_Linux_s390x:
name: Build Linux_s390x
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@main
uses: FloatingArrayDesign/MoorDyn/.github/workflows/python-wheels-emulated.yml@python
with:
os: '["ubuntu-22.04"]'
arch: "s390x"
Expand Down

0 comments on commit 82da11d

Please sign in to comment.