Skip to content

Commit

Permalink
Merge pull request #412 from GaloisInc/bd/binja-specify-pate-docker-p…
Browse files Browse the repository at this point in the history
…latform

binja: explicitly specify expected platform for pate container
  • Loading branch information
jim-carciofini committed Jun 21, 2024
2 parents 1d08120 + 921ab57 commit 9528e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pate_binja/run-pate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$PATE_BINJA_MODE" = "BUILD" ]
then
pate="$PATE/pate.sh"
else
pate="docker run --rm -i -v .:/work --workdir=/work pate"
pate="docker run --platform linux/amd64 --rm -i -v .:/work --workdir=/work pate"
fi

exec $pate "$@"
Expand Down

0 comments on commit 9528e28

Please sign in to comment.