Skip to content

Commit

Permalink
add raspberry-pi image sizes to releases.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarkz committed Apr 25, 2024
1 parent 30d752a commit 17fe099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ lts:
release_notes_url: "https://discourse.ubuntu.com/t/noble-numbat-release-notes/24668"
iso_download_size: "6GB"
server_iso_size: "2.7GB"
raspi_desktop_iso_size: "2.6GB"
raspi_server_iso_size: "1GB"
previous_lts:
slug: JammyJellyfish
name: "Jammy Jellyfish"
Expand Down
2 changes: 1 addition & 1 deletion templates/download/raspberry-pi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Ubuntu {{ releases.lts.full_version }} LTS</h2>
<a href="/download/raspberry-pi/thank-you?version={{ releases.lts.full_version }}&amp;architecture=server-arm64+raspi"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Download', 'eventAction' : 'Raspberry Pi 64-bit - Ubuntu Server', 'eventLabel' : '{{ releases.lts.full_version }}', 'eventValue' : undefined });"
class="p-button">Download Ubuntu Server {{ releases.lts.full_version }} LTS</a>
{% if releases.lts.raspi_desktop_iso_size %}
{% if releases.lts.raspi_server_iso_size %}
<span class="u-text--muted">{{ releases.lts.raspi_server_iso_size }}</span>
{% endif %}
</p>
Expand Down

0 comments on commit 17fe099

Please sign in to comment.