arm build
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
name: linux
|
||||
path: build/linux
|
||||
export-linux:
|
||||
export-linux-arm:
|
||||
name: Linux ARM Export
|
||||
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
|
||||
container:
|
||||
@@ -61,11 +61,11 @@ jobs:
|
||||
mkdir -v -p build/linux
|
||||
EXPORT_DIR="$(readlink -f build)"
|
||||
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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux
|
||||
name: linux-arm
|
||||
path: build/linux
|
||||
|
||||
export-web:
|
||||
|
||||
Reference in New Issue
Block a user