1 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
ae69bcd48e The official image does not support arm and building it yourself is garbage, so some random image from docker hub is used. Great Work
All checks were successful
CI / build (push) Successful in 52s
2023-11-28 16:47:09 +01:00

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