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 647fc6d commit 9aad8baCopy full SHA for 9aad8ba
Dockerfile.aarch64
@@ -1,7 +1,7 @@
1
# Repository and tag variables
2
ARG ARCH=aarch64
3
-ARG API_VERSION=12.0.0
4
-ARG TOOLCHAIN_VERSION=12.0.0
+ARG API_VERSION=latest-aarch64
+ARG TOOLCHAIN_VERSION=latest-aarch64
5
ARG TOOLCHAINS_UBUNTU_VERSION=24.04
6
ARG SDK_UBUNTU_VERSION=24.04
7
ARG REPO=axisecp
Dockerfile.armv7hf
ARG ARCH=armv7hf
+ARG API_VERSION=latest-armv7hf
+ARG TOOLCHAIN_VERSION=latest-armv7hf
0 commit comments