arm64 and amd64 image support (#88)

* Ability to build arm7 docker image using buildx

* Build arm64 and amd64 images
This commit is contained in:
Simon J
2021-12-22 13:05:55 +11:00
committed by GitHub
parent ddb26e11b8
commit e22d451833
5 changed files with 66 additions and 32 deletions

View File

@@ -16,6 +16,8 @@ COPY yarn.lock .
COPY .yarnrc.yml .
COPY .yarn/releases ./.yarn/releases
ENV JEST_TIMEOUT=30000
RUN apk add --no-cache --update --virtual .gyp \
vips-dev \
python3 \