Add cross-arch buildscript
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user