File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Repository and tag variables
22ARG ARCH=aarch64
3- ARG API_VERSION=4.15_rc1
4- ARG TOOLCHAIN_VERSION=4.15_rc1
5- ARG TOOLCHAINS_UBUNTU_VERSION=22 .04
6- ARG SDK_UBUNTU_VERSION=22 .04
3+ ARG API_VERSION=latest
4+ ARG TOOLCHAIN_VERSION=latest
5+ ARG TOOLCHAINS_UBUNTU_VERSION=24 .04
6+ ARG SDK_UBUNTU_VERSION=24 .04
77ARG REPO=axisecp
88
99FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api
Original file line number Diff line number Diff line change 11# Repository and tag variables
22ARG ARCH=armv7hf
3- ARG API_VERSION=4.15_rc1
4- ARG TOOLCHAIN_VERSION=4.15_rc1
5- ARG TOOLCHAINS_UBUNTU_VERSION=22 .04
6- ARG SDK_UBUNTU_VERSION=22 .04
3+ ARG API_VERSION=latest
4+ ARG TOOLCHAIN_VERSION=latest
5+ ARG TOOLCHAINS_UBUNTU_VERSION=24 .04
6+ ARG SDK_UBUNTU_VERSION=24 .04
77ARG REPO=axisecp
88
99FROM ${REPO}/acap-api:${API_VERSION}-${ARCH}-ubuntu${TOOLCHAINS_UBUNTU_VERSION} AS api
You can’t perform that action at this time.
0 commit comments