fix: fail fast on cross-compile errors (#5420)

This commit is contained in:
fatedier
2026-07-16 16:40:48 +08:00
committed by GitHub
parent 269a26c5d5
commit fe79598ee4

View File

@@ -9,7 +9,7 @@ all: build
build: app
app:
@$(foreach n, $(os-archs), \
@set -e; $(foreach n, $(os-archs), \
os=$(shell echo "$(n)" | cut -d : -f 1); \
arch=$(shell echo "$(n)" | cut -d : -f 2); \
extra=$(shell echo "$(n)" | cut -d : -f 3); \