Use the canonical git server name (git.teletypegames.org)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -33,14 +33,14 @@ the droparea, then triggers `/update` twice: once with `platform=love`
|
|||||||
|
|
||||||
`builder.Dockerfile` bakes the pipeline's export-step dependencies
|
`builder.Dockerfile` bakes the pipeline's export-step dependencies
|
||||||
(zip/unzip/curl/make + `luac` for the syntax check) into
|
(zip/unzip/curl/make + `luac` for the syntax check) into
|
||||||
`git.teletype.hu/internal/love-builder`, and pre-fetches love.js to
|
`git.teletypegames.org/internal/love-builder`, and pre-fetches love.js to
|
||||||
`/opt/lovejs.zip` — the Makefile uses the cached copy when present
|
`/opt/lovejs.zip` — the Makefile uses the cached copy when present
|
||||||
and only falls back to downloading from GitHub outside the image:
|
and only falls back to downloading from GitHub outside the image:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build --platform linux/amd64 -f builder.Dockerfile \
|
docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
-t git.teletype.hu/internal/love-builder:latest .
|
-t git.teletypegames.org/internal/love-builder:latest .
|
||||||
docker push git.teletype.hu/internal/love-builder:latest
|
docker push git.teletypegames.org/internal/love-builder:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Rebuild the image to pick up a newer love.js snapshot.
|
Rebuild the image to pick up a newer love.js snapshot.
|
||||||
|
|||||||
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
# Build & push (the CI runner is linux/amd64):
|
# Build & push (the CI runner is linux/amd64):
|
||||||
# docker build --platform linux/amd64 -f builder.Dockerfile \
|
# docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
# -t git.teletype.hu/internal/love-builder:latest .
|
# -t git.teletypegames.org/internal/love-builder:latest .
|
||||||
# docker push git.teletype.hu/internal/love-builder:latest
|
# docker push git.teletypegames.org/internal/love-builder:latest
|
||||||
|
|
||||||
FROM alpine:3.22
|
FROM alpine:3.22
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ steps:
|
|||||||
- make ci-version
|
- make ci-version
|
||||||
|
|
||||||
- name: export
|
- name: export
|
||||||
image: git.teletype.hu/internal/love-builder:latest
|
image: git.teletypegames.org/internal/love-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- make ci-export
|
- make ci-export
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user