Skip to content
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ sub_platform() {
# Initialize QEMU for Buildkit
docker run --rm --privileged tonistiigi/binfmt --install all

# Debian in Docker Hub does not support LoongArch64 yet, let's use official LoongArch repository instead
# Debian in Docker Hub does not support LoongArch64 yet, let's use Loongnix repository instead
if [ "$METACALL_PLATFORM" = "linux/loong64" ]; then
source .env
export METACALL_BASE_IMAGE="ghcr.io/loong64/${METACALL_BASE_IMAGE}"
# Use loongnix/debian from Docker Hub (more accessible than ghcr.io)
export METACALL_BASE_IMAGE="loongnix/debian:trixie-slim"
fi

# Generate the docker compose file with all .env variables substituted (bake seems not to support this)
Expand Down
Loading