Add cross-arch buildscript
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
spyder-wayland:
|
||||
# Default Wayland session using the published image.
|
||||
image: ${SPYDER_IMAGE:-ghcr.io/your-account/spyder-wayland:latest}
|
||||
image: ${SPYDER_IMAGE:-gitea.example.com/max/spyder-wayland:latest}
|
||||
environment:
|
||||
UID: "${UID}"
|
||||
GID: "${GID}"
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
spyder-x11:
|
||||
profiles:
|
||||
- "x11"
|
||||
image: ${SPYDER_IMAGE:-ghcr.io/your-account/spyder-wayland:latest}
|
||||
image: ${SPYDER_IMAGE:-gitea.example.com/max/spyder-wayland:latest}
|
||||
environment:
|
||||
UID: "${UID}"
|
||||
GID: "${GID}"
|
||||
|
||||
Reference in New Issue
Block a user