Skip to content

Commit

Permalink
docs (#108)
Browse files Browse the repository at this point in the history
* add docs for arm64 images

* add cross platform docs
  • Loading branch information
Lukas-Heiligenbrunner authored Oct 24, 2024
1 parent 90642d0 commit 683869e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/setup/arm64-image.md
Original file line number Diff line number Diff line change
@@ -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. :)
22 changes: 22 additions & 0 deletions docs/docs/setup/cross-platform-builds.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions docs/docs/setup/docker.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Docker Compose setup

There are two ways the packages can be built:
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/setup/pacman-repo.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 683869e

Please sign in to comment.