Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! Revert "fix: Remove alternative image architectures until we v…
…irtualize (#3336)"
  • Loading branch information
deansheather committed Aug 1, 2022
commit ab4d58f5e542c6fb5f834dd85e5114260d41bc4b
4 changes: 2 additions & 2 deletions scripts/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ docker cp "$temp_container_id":/etc/group ./group 1>&2
docker cp "$temp_container_id":/etc/passwd ./passwd 1>&2
docker rm "$temp_container_id" 1>&2

echo "coder:x:1000:coder" >> ./group
echo "coder:x:1000:1000::/:/bin/sh" >> ./passwd
echo "coder:x:1000:coder" >>./group
echo "coder:x:1000:1000::/:/bin/sh" >>./passwd

docker buildx build \
--platform "$arch" \
Expand Down