Added Dockerfile for s390x.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-09-25 23:21:11 +03:00
parent 4dbbb29573
commit eacb310e59
2 changed files with 95 additions and 1 deletions

View file

@ -41,7 +41,7 @@ RUN apt update && apt install ca-certificates wget unzip -y && \
tar xvzf node-${NODE_VERSION}-${NODE_ARCHITECTURE}.tar.gz
# Build wekan dockerfile
FROM arm64v8/ubuntu:23.04
FROM --platform=linux/arm64 arm64v8/ubuntu:23.04
LABEL maintainer="wekan"
# Set the environment variables (defaults where required)