Skip to content

Conversation

@mirusu400
Copy link

BlocksDS officially supports a Docker image, so I added a Dockerfile to build the project easily.
I have tested this on an Apple Silicon Mac.

docker build --platform linux/amd64 -t pico-loader-builder . 
docker run --rm --platform linux/amd64 -v "$(pwd):/workdir" pico-loader-builder
docker run --rm --platform linux/amd64 -v "$(pwd):/workdir" -e TARGET_PLATFORM=R4 pico-loader-builder

...

sha256sum picoLoader9_R4.bin
aafb234966cf29c7ebdc111699fb683a9157067a45950e56f89cc6dfb257e1c8  picoLoader9_R4.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant