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 f033c78 commit 1510c7eCopy full SHA for 1510c7e
2 files changed
README.md
@@ -52,7 +52,7 @@ The architectures supported by this image are:
52
| Architecture | Available | Tag |
53
| :----: | :----: | ---- |
54
| x86-64 | ✅ | amd64-\<version tag\> |
55
-| arm64 | ✅ | arm64v8-\<version tag\> |
+| arm64 | ❌ | |
56
57
## Application Setup
58
readme-vars.yml
@@ -11,7 +11,6 @@ project_categories: "Games"
11
# supported architectures
12
available_architectures:
13
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
14
- - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
15
# development version
16
development_versions: false
17
# container parameters
0 commit comments