Skip to content

Commit ab4d58f

Browse files
committed
fixup! Revert "fix: Remove alternative image architectures until we virtualize (#3336)"
1 parent 020e8e6 commit ab4d58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ docker cp "$temp_container_id":/etc/group ./group 1>&2
108108
docker cp "$temp_container_id":/etc/passwd ./passwd 1>&2
109109
docker rm "$temp_container_id" 1>&2
110110

111-
echo "coder:x:1000:coder" >> ./group
112-
echo "coder:x:1000:1000::/:/bin/sh" >> ./passwd
111+
echo "coder:x:1000:coder" >>./group
112+
echo "coder:x:1000:1000::/:/bin/sh" >>./passwd
113113

114114
docker buildx build \
115115
--platform "$arch" \

0 commit comments

Comments
 (0)