Add native binary export step to the pipeline
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

TIC-80 export win/linux/mac players with the cart baked in, uploaded
as release assets. Also switch the tic80pro image reference to the
canonical registry host.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 23:08:49 +02:00
co-authored by Claude Fable 5
parent 03694428f8
commit 6528e670bd
2 changed files with 54 additions and 3 deletions
+8 -1
View File
@@ -6,12 +6,19 @@ steps:
- 'make ci-version'
- name: build
image: git.teletype.hu/internal/tic80pro:latest
image: git.teletypegames.org/internal/tic80pro:latest
environment:
XDG_RUNTIME_DIR: /tmp
commands:
- 'make ci-export'
- name: binaries
image: git.teletypegames.org/internal/tic80pro:latest
environment:
XDG_RUNTIME_DIR: /tmp
commands:
- 'make ci-binaries'
- name: artifact
image: alpine
environment: