You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,13 @@ __Please note:__ This repository is meant to be extremely simple.
20
20
Binaries are provided on GitHub Releases. Should you need to build the runtime locally or on GitHub Codespaces, the following will build the contents of this repository in an Alpine container:
21
21
22
22
```
23
-
export ARCHITECTURE=x86_64
24
-
./chroot_build.sh # Or execute the steps in it manually
23
+
export ALPINE_ARCH=x86_64
24
+
./scripts/chroot/chroot_build.sh # Or execute the steps in it manually
25
25
```
26
26
27
27
This whole process takes only a few seconds, e.g., on GitHub Codespaces.
28
28
29
+
See [BUILD.md](BUILD.md) for more information, including on how to build using Docker.
0 commit comments