Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 6, 2023
1 parent 890e982 commit 40243e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ docker rm -f $CONTAINER_NAME-run
# This confused me for a while because pr_check_inner.sh is also copied into the pr check container at build time
# but the template_check.sh isn't. I couldn't figure out how it was sourcing it

docker buildx ls
docker buildx create --name mybuilder --use --driver docker-container
docker buildx inspect --bootstrap
docker buildx use multiarchbuilder
docker buildx ls
docker buildx build --platform linux/amd64,linux/arm64 -t $CONTAINER_NAME -f build/Dockerfile.pr .
docker buildx build --load -t $CONTAINER_NAME -f build/Dockerfile.pr .

Expand Down

0 comments on commit 40243e9

Please sign in to comment.