Commit ad43814
authored
impl: Fix DevContainer on ARM (#1573)
Netlify 23.15.1 on ARM fails to install a working version of deno, so
launching netlify then fails. This installs the latest version of deno
which works on ARM.
Also expand a bit the documentation on using the DevContainer.
FYI, here is the error (which I did report) on running `netlify dev -c
'bundle exec jekyll serve --livereload --incremental'`:
```
✖ Setting up the Edge Functions environment. This may take a couple of minutes.
› Error: Netlify CLI has terminated unexpectedly
This is a problem with the Netlify CLI, not with your application.
If you recently updated the CLI, consider reverting to an older version by running:
npm install -g netlify-cli@VERSION
You can use any version from https://ntl.fyi/cli-versions.
Please report this problem at https://ntl.fyi/cli-error including the error details below.
Error: Failed to set up Deno for Edge Functions.
Error: Command failed with exit code 255: /root/.config/netlify/deno-cli/deno --version
qemu-x86_64-static: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Downloaded to: /root/.config/netlify/deno-cli/deno
Platform: linux/arm64
```
---------
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>1 parent 2a1445e commit ad43814
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
0 commit comments