diff --git a/docs/docs/setup/arm64-image.md b/docs/docs/setup/arm64-image.md new file mode 100644 index 0000000..b305a24 --- /dev/null +++ b/docs/docs/setup/arm64-image.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 5 +--- + +# ARM64 images + +ARM64 images are available but are pretty much untested for now. +If you have time to test them out keep in mind, they might be broken. + +And it would be great if you could provide some feedback. :) \ No newline at end of file diff --git a/docs/docs/setup/cross-platform-builds.md b/docs/docs/setup/cross-platform-builds.md new file mode 100644 index 0000000..95f24c3 --- /dev/null +++ b/docs/docs/setup/cross-platform-builds.md @@ -0,0 +1,22 @@ +--- +sidebar_position: 4 +--- + +# Cross-platform Builds + +Cross-platform builds are a bit tricky to setup, especially inside virtualizations such as lxc containers. +This is still a bit work in progress, so expect some bugs. + +## How it works +todo + +## Supported platforms +* x86_64 (default) +* aarch64 +* armv7 + +Those platforms are limited to those 3 for now, because the archlinux baseimage is only available for those platforms. +Which is required for the build container. + +## Setup +todo \ No newline at end of file diff --git a/docs/docs/setup/docker.md b/docs/docs/setup/docker.md index 32e87e0..1ae40d0 100644 --- a/docs/docs/setup/docker.md +++ b/docs/docs/setup/docker.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 2 +--- + # Docker Compose setup There are two ways the packages can be built: diff --git a/docs/docs/setup/pacman-repo.md b/docs/docs/setup/pacman-repo.md index 9adaca5..7c0f6b9 100644 --- a/docs/docs/setup/pacman-repo.md +++ b/docs/docs/setup/pacman-repo.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 3 +--- + # Pacman Repository Add the following to your `/etc/pacman.conf` on your target machine to use the repo: