mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
Add Ubuntu 24.04 support (#199)
* ubuntu 24 * updated aws regions and images
This commit is contained in:
@ -183,7 +183,7 @@ class="mt-1 block w-full"
|
||||
@foreach (config("core.operating_systems") as $operatingSystem)
|
||||
<option
|
||||
value="{{ $operatingSystem }}"
|
||||
@if($operatingSystem == old('os', 'ubuntu_22')) selected @endif
|
||||
@if($operatingSystem == old('os', \App\Enums\OperatingSystem::UBUNTU24)) selected @endif
|
||||
>
|
||||
{{ str($operatingSystem)->replace("_", " ")->ucfirst() }}
|
||||
LTS
|
||||
|
Reference in New Issue
Block a user