Add cross-arch buildscript

This commit is contained in:
Max
2025-10-13 20:57:37 +02:00
parent 8aae094348
commit eabab653a0
5 changed files with 94 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: spyder-conda
image: ${LOCAL_IMAGE_NAME:-spyder-conda}
environment:
UID: "${UID}"
GID: "${GID}"
@@ -37,7 +37,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: spyder-conda
image: ${LOCAL_IMAGE_NAME:-spyder-conda}
environment:
UID: "${UID}"
GID: "${GID}"