arm build
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: build/linux
|
path: build/linux
|
||||||
export-linux:
|
export-linux-arm:
|
||||||
name: Linux ARM Export
|
name: Linux ARM Export
|
||||||
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
||||||
container:
|
container:
|
||||||
@@ -61,11 +61,11 @@ jobs:
|
|||||||
mkdir -v -p build/linux
|
mkdir -v -p build/linux
|
||||||
EXPORT_DIR="$(readlink -f build)"
|
EXPORT_DIR="$(readlink -f build)"
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "LinuxARM" "$EXPORT_DIR/linux/$EXPORT_NAME.x86_64"
|
godot --headless --verbose --export-release "LinuxARM" "$EXPORT_DIR/linux/$EXPORT_NAME.arm_64"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux-arm
|
||||||
path: build/linux
|
path: build/linux
|
||||||
|
|
||||||
export-web:
|
export-web:
|
||||||
|
|||||||
Reference in New Issue
Block a user