Use the canonical git server name (git.teletypegames.org)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -30,14 +30,14 @@ spirit as [tic80-tools](../tic80-tools).
|
|||||||
## Builder image
|
## Builder image
|
||||||
|
|
||||||
`builder.Dockerfile` bakes the pipeline's build-step dependencies
|
`builder.Dockerfile` bakes the pipeline's build-step dependencies
|
||||||
(ACME assembler + make) into `git.teletype.hu/internal/c64-builder`,
|
(ACME assembler + make) into `git.teletypegames.org/internal/c64-builder`,
|
||||||
so the build step no longer runs `apt-get` on every run (VICE is a
|
so the build step no longer runs `apt-get` on every run (VICE is a
|
||||||
local-dev tool only and is not included):
|
local-dev tool only and is not included):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build --platform linux/amd64 -f builder.Dockerfile \
|
docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
-t git.teletype.hu/internal/c64-builder:latest .
|
-t git.teletypegames.org/internal/c64-builder:latest .
|
||||||
docker push git.teletype.hu/internal/c64-builder:latest
|
docker push git.teletypegames.org/internal/c64-builder:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
The pipeline uploads `$(PROJECT)-$(VERSION).prg` and
|
The pipeline uploads `$(PROJECT)-$(VERSION).prg` and
|
||||||
|
|||||||
+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/c64-builder:latest .
|
# -t git.teletypegames.org/internal/c64-builder:latest .
|
||||||
# docker push git.teletype.hu/internal/c64-builder:latest
|
# docker push git.teletypegames.org/internal/c64-builder:latest
|
||||||
|
|
||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"title": "Example C64 Game",
|
"title": "Example C64 Game",
|
||||||
"author": "Teletype Games",
|
"author": "Teletype Games",
|
||||||
"desc": "Short description of the game.",
|
"desc": "Short description of the game.",
|
||||||
"site": "https://git.teletype.hu/games/example",
|
"site": "https://git.teletypegames.org/games/example",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ steps:
|
|||||||
- 'make ci-version'
|
- 'make ci-version'
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: git.teletype.hu/internal/c64-builder:latest
|
image: git.teletypegames.org/internal/c64-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- 'make ci-build'
|
- 'make ci-build'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user