Use new windows image
Some checks failed
Build Godot Engine / Build Engine (godot-windows-debug, Debug Template, no, template_debug) (push) Failing after 45s
Build Godot Engine / Build Engine (godot-windows-editor, Editor, yes, editor) (push) Failing after 5s
Build Godot Engine / Build Engine (godot-windows-release, Release Template, yes, template_release) (push) Failing after 5s

This commit is contained in:
2025-12-02 11:43:19 +01:00
parent f3f03de589
commit b1d2f4bae9

View File

@ -7,13 +7,13 @@ on:
- "v*"
jobs:
build-windows:
name: Build Windows ${{ matrix.name }}
build-engine:
name: Build Engine
runs-on: ubuntu-latest
# Run the entire job inside your new builder container
container:
image: gitea.212.63.210.91.nip.io/${{ gitea.repository_owner }}/godot-builder:1b1355e7829467917b66c582268b26159d8ae21c
image: gitea.212.63.210.91.nip.io/${{ gitea.repository_owner }}/godot-builder-windows:513d6efc259bb974ee2078adfa5f0994d0796a57
# Credentials are required to pull from your private registry
credentials:
username: ${{ gitea.actor }}
@ -24,16 +24,6 @@ jobs:
fail-fast: false
matrix:
include:
# Linux Editor Build (Easy Mode)
- name: Linux Editor
target: editor
# platform=linuxbsd is the key
platform: linuxbsd
production: yes
artifact_name: godot-linux-editor
# Linux builds don't use the .exe extension
ext: ""
# Windows Editor
- name: Editor
target: editor