Skip to content

Commit

Permalink
.github/workflows/config.yml: debian-unstable: run docker with --plat…
Browse files Browse the repository at this point in the history
…form linux/amd64
  • Loading branch information
k-okada committed Dec 9, 2024
1 parent b06c5c3 commit 548f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# This step will execute the registering scripts
sudo apt install -y -qq qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -v $(pwd):/ws/euslisp -e "ARCH=$ARCH" -t "$DOCKER_IMAGE" \
docker run --rm --platform linux/amd64 -v $(pwd):/ws/euslisp -e "ARCH=$ARCH" -t "$DOCKER_IMAGE" \
bash -c " \
set -x; set -e; \
apt update -qq; \
Expand Down

0 comments on commit 548f75a

Please sign in to comment.