mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Merge pull request #1004 from dschervov/main
Add support for building ubuntu22.04 on amd64
This commit is contained in:
commit
afc05f6713
@ -13,10 +13,10 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Supported OSs by architecture
|
# Supported OSs by architecture
|
||||||
AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
|
AMD64_TARGETS := ubuntu22.04 ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
|
||||||
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux2 opensuse-leap15.1
|
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux2 opensuse-leap15.1
|
||||||
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
|
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
|
||||||
ARM64_TARGETS := ubuntu20.04 ubuntu18.04
|
ARM64_TARGETS := ubuntu22.04 ubuntu20.04 ubuntu18.04
|
||||||
AARCH64_TARGETS := centos7 centos8 rhel8 amazonlinux2
|
AARCH64_TARGETS := centos7 centos8 rhel8 amazonlinux2
|
||||||
|
|
||||||
# Define top-level build targets
|
# Define top-level build targets
|
||||||
|
Loading…
Reference in New Issue
Block a user