binary assets: win-x86/win-x64/linux-x64 targetek + binaries CI step, v1.0.1
ci/woodpecker/push/woodpecker Pipeline failed

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 22:18:00 +02:00
co-authored by Claude Fable 5
parent ba8e84a6dd
commit 4ed9621181
3 changed files with 52 additions and 3 deletions
+7
View File
@@ -12,6 +12,13 @@ steps:
- if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
- make ci-export
- name: binaries
image: git.teletypegames.org/internal/ebitengine-builder:latest
commands:
# önálló futáshoz is: ha a framework még nincs odaklónozva, pótoljuk
- if grep -q '=> \.\./inkwell' go.mod && [ ! -d ../inkwell ]; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
- make ci-binaries
- name: artifact
image: alpine
environment: