Skip to content

Commit

Permalink
Update to use corrent embedded-toolchains image
Browse files Browse the repository at this point in the history
  • Loading branch information
caden-kline committed Jul 16, 2024
1 parent c43e6c8 commit 7abb791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_with_docker.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash


docker run --rm -v $PWD:/app -w /app ghcr.io/panda-re/embedded-toolchains_rust:latest /app/package.sh
docker run --rm -v $PWD:/app -w /app ghcr.io/rehosting/embedded-toolchains_rust:latest /app/package.sh

0 comments on commit 7abb791

Please sign in to comment.