mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-06-19 03:54:08 -04:00
Add OS image location rST directive for use by Red-Install-Tests (#6786)
This commit is contained in:
@@ -1,4 +1,24 @@
|
||||
.. _install-ubuntu-2204:
|
||||
.. os-image-location::
|
||||
|
||||
[ubuntu-2204]
|
||||
download_type = 'checksum-file'
|
||||
url = 'https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS'
|
||||
filename_pattern = 'jammy-server-cloudimg-amd64\.img'
|
||||
|
||||
[ubuntu-2204-arm]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
url = 'https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS'
|
||||
filename_pattern = 'jammy-server-cloudimg-arm64\.img'
|
||||
|
||||
[ubuntu-2204-arm-raspi]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
machine_type = 'raspi3b'
|
||||
image_format = 'raw+xz'
|
||||
url = 'https://cdimage.ubuntu.com/releases/jammy/release/SHA256SUMS'
|
||||
filename_pattern = 'ubuntu-22\.04\.\d+-preinstalled-server-arm64\+raspi\.img\.xz'
|
||||
|
||||
==================================
|
||||
Installing Red on Ubuntu 22.04 LTS
|
||||
|
||||
Reference in New Issue
Block a user