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,16 @@
|
||||
.. _install-amazon-linux-2023:
|
||||
.. os-image-location::
|
||||
|
||||
[amazon-linux-2023]
|
||||
download_type = 'checksum-file'
|
||||
url = 'https://cdn.amazonlinux.com/al2023/os-images/latest/kvm/SHA256SUMS'
|
||||
filename_pattern = '.*\.qcow2'
|
||||
|
||||
[amazon-linux-2023-arm]
|
||||
download_type = 'checksum-file'
|
||||
arch = 'aarch64'
|
||||
url = 'https://cdn.amazonlinux.com/al2023/os-images/latest/kvm-arm64/SHA256SUMS'
|
||||
filename_pattern = '.*\.qcow2'
|
||||
|
||||
===================================
|
||||
Installing Red on Amazon Linux 2023
|
||||
|
||||
Reference in New Issue
Block a user