Skip to content

Commit

Permalink
qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 6, 2025
1 parent 73fc8ed commit 5562ac0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions codebuild/cd/musl-linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ aws ecr get-login-password | docker login 123124136734.dkr.ecr.us-east-1.amazona
export DOCKER_IMAGE=123124136734.dkr.ecr.us-east-1.amazonaws.com/${IMAGE_NAME}:${BUILDER_VERSION}
export QEMU_IMAGE=123124136734.dkr.ecr.us-east-1.amazonaws.com/multiarch-qemu-user-static:latest

docker run --rm --privileged ${QEMU_IMAGE} --reset -p yes
ls -la /proc/sys/fs/binfmt_misc

docker run --rm --privileged ${QEMU_IMAGE} --reset -p yes
#docker run --rm --privileged ${QEMU_IMAGE} --reset -p yes
ls -la /proc/sys/fs/binfmt_misc

export BRANCH_TAG=$(git describe --tags)
Expand Down

0 comments on commit 5562ac0

Please sign in to comment.