From 5d9b8a50e8a865d11b976261df01335a18d3a6f2 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Fri, 31 Jul 2026 19:52:45 +0200 Subject: [PATCH] builder image --- .woodpecker.yaml | 3 +-- metadata.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 28f06e6..e1b3f0d 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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 diff --git a/metadata.json b/metadata.json index 9d18a5f..e79c52b 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "title": "Blessing of Ra", "author": "Teletype Games", "desc": "Two-player pyramid escape: a worker sealed in the great pyramid runs for the exit while Ra bends the maze walls around him. Scarabs and scorpions - and their flying venom stings - hunt him through eight levels, from a 4x4 maze up to 11x11.", - "site": "https://git.teletype.hu/games/labyrintwo", + "site": "https://git.teletypegames.org/games/labyrintwo", "license": "MIT", "version": "2.0.0" }