Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 15, 2023
1 parent b5ff6e5 commit 7cf6ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
COPY --from=yasu / /
RUN <<EOT
set -e
if [ "${TARGETPLATFORM}" = "linux/arm/v6" ]; then
if [ "${TARGETPLATFORM}" = "linux/arm/v7" ]; then
export "QEMU_STRACE=1"
fi

Expand Down

0 comments on commit 7cf6ff0

Please sign in to comment.