Add native binaries step to the pipeline
ci/woodpecker/push/woodpecker Pipeline failed

Sync Makefile and .woodpecker.yaml from bevy-tools: native linux-x64
build + mingw win-x64 cross-compile, uploaded as release assets.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 23:38:03 +02:00
co-authored by Claude Fable 5
parent a577350151
commit 09effff5bb
2 changed files with 59 additions and 2 deletions
+7
View File
@@ -7,9 +7,16 @@ steps:
- name: build
image: git.teletypegames.org/internal/bevy-builder:latest
pull: true
commands:
- make ci-export
- name: binaries
image: git.teletypegames.org/internal/bevy-builder:latest
pull: true
commands:
- make ci-binaries
- name: upload
image: alpine
environment: