We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d872f48 commit c758936Copy full SHA for c758936
1 file changed
ansible/roles/documentation/templates/README_SNIPPETS/SUPPORTED_ARCHITECTURES.j2
@@ -13,4 +13,3 @@ The architectures supported by this image are:
13
| riscv64 | {{ '✅ | riscv64-\<version tag\>' }} |
14
{% endif %}
15
| arm64 | {{ '✅ | arm64v8-\<version tag\>' if 'arm64' in (available_architectures | map(attribute="arch") ) else '❌ |' }} |
16
-| armhf | {{ '✅ | arm32v7-\<version tag\>' if 'armhf' in (available_architectures | map(attribute="arch") ) else '❌ |' }} |
0 commit comments