Skip to content

Commit

Permalink
Merge pull request #19 from LordChunk/fix/native-deno-arm64-builds
Browse files Browse the repository at this point in the history
Moved Deno install to native image
  • Loading branch information
LordChunk authored Mar 11, 2024
2 parents 399fc7f + 182f456 commit 568e473
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 77 deletions.
3 changes: 0 additions & 3 deletions deno/configurations/1.31.3.json

This file was deleted.

3 changes: 0 additions & 3 deletions deno/configurations/1.32.5.json

This file was deleted.

3 changes: 0 additions & 3 deletions deno/configurations/1.33.2.json

This file was deleted.

3 changes: 3 additions & 0 deletions deno/configurations/1.41.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deno_version": "v1.41.2"
}
64 changes: 0 additions & 64 deletions deno/scripts/deno-install.sh

This file was deleted.

6 changes: 2 additions & 4 deletions deno/templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM mcr.microsoft.com/devcontainers/base:jammy
FROM mcr.microsoft.com/devcontainers/base:ubuntu

ARG deno_version
# Install Deno with support for ARM64
COPY deno/scripts/deno-install.sh /tmp/deno-install.sh
RUN /tmp/deno-install.sh ${deno_version}
RUN curl -fsSL https://deno.land/install.sh | sh -s ${deno_version}

# Preinstall Code Server for user 'vscode' to speed up first run
COPY scripts/install-vs-code-server.sh /tmp/install-vs-code-server.sh
Expand Down

0 comments on commit 568e473

Please sign in to comment.