Change to arm64 architecture for raspberry pi runner
Some checks failed
CI / build (push) Failing after 1m53s
Some checks failed
CI / build (push) Failing after 1m53s
This commit is contained in:
parent
4cec401ffe
commit
cb53d7dada
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
# Use latest version (see releases for all versions)
|
# Use latest version (see releases for all versions)
|
||||||
uses: https://github.com/firebelley/godot-export@v6.0.0
|
uses: https://github.com/firebelley/godot-export@v6.0.0
|
||||||
with:
|
with:
|
||||||
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_linux.x86_64.zip
|
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_linux.arm64.zip
|
||||||
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_export_templates.tpz
|
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_export_templates.tpz
|
||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue