builder image
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-31 19:53:14 +02:00
parent fb7d4ac430
commit dfcdf75e80
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- 'make ci-version'
- name: build
image: debian:stable-slim
image: git.teletypegames.org/internal/c64-builder:latest
commands:
- 'apt-get update && apt-get install -y --no-install-recommends make acme'
- 'make ci-build'
- name: artifact
+1 -1
View File
@@ -3,6 +3,6 @@
"title": "Teletype Games C64 Demo",
"author": "Teletype Games",
"desc": "A Commodore 64 slide show in 6502 assembly: five slides with per-slide transitions, the TTG logo with a gold color wash, a credits scroller, a parallax starfield with sprites, a typewriter confession slide, and SID music.",
"site": "https://git.teletype.hu/games/c64-demo",
"site": "https://git.teletypegames.org/games/c64-demo",
"version": "1.0.0"
}