Dishit
Dishit
DDeno
Created by Dishit on 2/14/2024 in #help
How to get the Docker ARM image for Deno
I keep getting this error when trying to deploy my code:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /tini: exec format error
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /tini: exec format error
8 replies
DDeno
Created by Dishit on 2/5/2023 in #help
Any tool that will complie my TS code to JS?
I have coded a website in typescript using Deno, but I want to convert it to JS code. I know the Deno runtime does it automatically for me but I want to convert my codebase permanently to JS. Is there any tool I can use to do that?
10 replies