Show RP4 32-bit as 32-bit

This commit is contained in:
Taylor Helsper 2022-05-31 16:11:52 -05:00
parent 4f04d2645a
commit c4db3cb351

View File

@ -23,8 +23,12 @@
<th>Device Type</th>
<td>
{{device_type}}
{% if device_type == "raspi4" and device_arch == "aarch64" %}
64-bit
{% if device_type == "raspi4" %}
{% if device_arch == "aarch64" %}
64-bit
{% else %}
32-bit
{% endif %}
{% endif %}
</td>
</tr>