From 26483b4e842dda5f842ad205edf4924e1a28949e Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 21 May 2023 09:36:55 +0200 Subject: [PATCH] docs: Regenerate boards --- docs/_debians/debian-experimental-arm64.md | 5 +++++ docs/_debians/debian-experimental-armhf.md | 5 +++++ docs/_debians/ubuntu-lunar-arm64.md | 5 +++++ docs/_debians/ubuntu-lunar-armhf.md | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 docs/_debians/debian-experimental-arm64.md create mode 100644 docs/_debians/debian-experimental-armhf.md create mode 100644 docs/_debians/ubuntu-lunar-arm64.md create mode 100644 docs/_debians/ubuntu-lunar-armhf.md diff --git a/docs/_debians/debian-experimental-arm64.md b/docs/_debians/debian-experimental-arm64.md new file mode 100644 index 0000000..5c7065a --- /dev/null +++ b/docs/_debians/debian-experimental-arm64.md @@ -0,0 +1,5 @@ +--- +os: debian +dist: experimental +arch: arm64 +--- diff --git a/docs/_debians/debian-experimental-armhf.md b/docs/_debians/debian-experimental-armhf.md new file mode 100644 index 0000000..ef0f001 --- /dev/null +++ b/docs/_debians/debian-experimental-armhf.md @@ -0,0 +1,5 @@ +--- +os: debian +dist: experimental +arch: armhf +--- diff --git a/docs/_debians/ubuntu-lunar-arm64.md b/docs/_debians/ubuntu-lunar-arm64.md new file mode 100644 index 0000000..b1caec6 --- /dev/null +++ b/docs/_debians/ubuntu-lunar-arm64.md @@ -0,0 +1,5 @@ +--- +os: ubuntu +dist: lunar +arch: arm64 +--- diff --git a/docs/_debians/ubuntu-lunar-armhf.md b/docs/_debians/ubuntu-lunar-armhf.md new file mode 100644 index 0000000..46a0161 --- /dev/null +++ b/docs/_debians/ubuntu-lunar-armhf.md @@ -0,0 +1,5 @@ +--- +os: ubuntu +dist: lunar +arch: armhf +---