mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Remove Linux arm64 extension build
This commit is contained in:
parent
1e7884ee91
commit
b52b4a8f46
29
.github/workflows/spine-godot-extension-v4.yml
vendored
29
.github/workflows/spine-godot-extension-v4.yml
vendored
@ -75,33 +75,6 @@ jobs:
|
|||||||
name: gdextension-linux-x86_64-${{ env.GODOT_TAG }}
|
name: gdextension-linux-x86_64-${{ env.GODOT_TAG }}
|
||||||
path: spine-godot/example-v4-extension/bin/linux/*.so
|
path: spine-godot/example-v4-extension/bin/linux/*.so
|
||||||
|
|
||||||
build-linux-arm64:
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup python and scons
|
|
||||||
uses: ./.github/actions/setup-godot-deps-4
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install build-essential scons pkg-config gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
|
|
||||||
|
|
||||||
- name: Build GDExtension
|
|
||||||
run: |
|
|
||||||
cd spine-godot/build
|
|
||||||
./setup-extension.sh $GODOT_TAG $DEV_BUILD
|
|
||||||
./build-extension.sh linux arm64
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: gdextension-linux-arm64-${{ env.GODOT_TAG }}
|
|
||||||
path: spine-godot/example-v4-extension/bin/linux/*.so
|
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
@ -217,7 +190,7 @@ jobs:
|
|||||||
path: spine-godot/example-v4-extension/bin/web/*.wasm
|
path: spine-godot/example-v4-extension/bin/web/*.wasm
|
||||||
|
|
||||||
upload-to-s3:
|
upload-to-s3:
|
||||||
needs: [build-windows, build-linux-x86_64, build-linux-arm64, build-macos, build-ios, build-android, build-web]
|
needs: [build-windows, build-linux-x86_64, build-macos, build-ios, build-android, build-web]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user