Add CI builder image and use it in the pipeline
builder.Dockerfile bakes the build step's dependencies into git.teletype.hu/internal/* so the pipeline no longer installs packages on every run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,9 +6,8 @@ steps:
|
||||
- make ci-version
|
||||
|
||||
- name: build
|
||||
image: barichello/godot-ci:4.6
|
||||
image: git.teletype.hu/internal/godot-builder:4.6
|
||||
commands:
|
||||
- apt-get update && apt-get install -y --no-install-recommends make zip
|
||||
- make ci-export
|
||||
|
||||
- name: artifact
|
||||
|
||||
Reference in New Issue
Block a user