The official image does not support arm and building it yourself is garbage, so some random image from docker hub is used. Great Work
CI / build (push) Successful in 52s Details

This commit is contained in:
Fabian Stamm 2023-11-28 16:47:09 +01:00
parent 675a73e551
commit ae69bcd48e
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
VERSION 0.7
FROM docker.io/denoland/deno:alpine-1.38.3
FROM docker.io/runcitadel/deno:v1.29.3
WORKDIR /app
docker-multi:
BUILD --platform linux/amd64 --platform linux/arm64 +docker