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 502a548..99e0ac3 100644 --- a/metadata.json +++ b/metadata.json @@ -3,6 +3,6 @@ "title": "Rabbit Scooter", "author": "Teletype Games", "desc": "A Commodore 64 port of rabbitroller, the Game & Watch style LCD mini game. Rabbits hop toward you on a five-lane road; steer your scooter to dodge them. Includes a two-player mode where player 2 steers the rabbits.", - "site": "https://git.teletype.hu/games/rabbitc64", + "site": "https://git.teletypegames.org/games/rabbitc64", "version": "1.0.0" }