-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add docs for arm64 images * add cross platform docs
- Loading branch information
1 parent
90642d0
commit 683869e
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters