two commas oops
All checks were successful
Build and Test / splatoon (push) Successful in 11m50s
Build and Test / minecraft-wiiu (push) Successful in 11m54s
Build and Test / wii-sports-club (push) Successful in 11m55s
Build and Test / puyopuyo (push) Successful in 11m56s
Build and Test / sonic-transformed (push) Successful in 11m57s
Build and Test / splatoon-testfire (push) Successful in 11m57s
Build and Test / friends (push) Successful in 11m59s
Build and Test / wii-u-chat (push) Successful in 12m5s
Build and Test / mario-tennis (push) Successful in 12m7s
Build and Test / fast-racing-neo (push) Successful in 12m28s
Build and Test / super-mario-maker (push) Successful in 16m52s

This commit is contained in:
red binder 2026-06-05 20:10:16 +02:00
commit a41b4b3e0d

View file

@ -22,7 +22,7 @@ RUN --mount=type=cache,id=${EDITION}-registry,target=/usr/local/cargo/registry \
COPY . .
RUN --mount=type=cache,id=${EDITION}-registry,target=/usr/local/cargo/registry \
--mount=type=cache,,id=${EDITION}-target,target=/app/target \
--mount=type=cache,id=${EDITION}-target,target=/app/target \
RNEX_STATIC=1 ./test-edition.sh && RNEX_STATIC=1 ./build-edition.sh && \
mkdir -p /app/dist && \
cp /app/target/x86_64-unknown-linux-musl/release/edge_node_holder_server /app/dist/ && \