File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 build :
4646 runs-on : ubuntu-latest
47- container : skylyrac/blocksds:slim-latest
47+ container : skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
4848 env :
4949 BLOCKSDS : /opt/wonderful/thirdparty/blocksds/core
5050 name : Build with BlocksDS toolchain using official Docker image
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14- container : skylyrac/blocksds:slim-latest
14+ container : skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
1515 env :
1616 BLOCKSDS : /opt/wonderful/thirdparty/blocksds/core
1717 name : Build with BlocksDS toolchain using official Docker image
Original file line number Diff line number Diff line change 33# Build container for SafeNANDManager (NDS/DSi homebrew, BlocksDS toolchain).
44# The official image ships the SDK fully configured (BLOCKSDS, BLOCKSDSEXT,
55# WONDERFUL_TOOLCHAIN already set) — no local toolchain install needed.
6- FROM skylyrac/blocksds:slim-latest
6+ FROM skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
77
88RUN git config --global --add safe.directory /work
99
You can’t perform that action at this time.
0 commit comments