Skip to content

Commit

Permalink
add docs for arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Heiligenbrunner committed Oct 22, 2024
1 parent dc9764b commit cdcbaa7
Show file tree
Hide file tree
Showing 4 changed files with 34 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. :)
16 changes: 16 additions & 0 deletions docs/docs/setup/cross-platform-builds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 4
---

# Cross-platform Builds

Cross-platform builds are a bit tricky to setup, especially inside virtualizations such as lxc containers.

## Supported platforms
todo

## How it works
todo

## 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 cdcbaa7

Please sign in to comment.