mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Add fedora35 CI targets
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
f17121fd6c
commit
22427c1359
@ -57,6 +57,10 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
DIST: debian9
|
DIST: debian9
|
||||||
|
|
||||||
|
.dist-fedora35:
|
||||||
|
variables:
|
||||||
|
DIST: fedora35
|
||||||
|
|
||||||
.dist-opensuse-leap15.1:
|
.dist-opensuse-leap15.1:
|
||||||
variables:
|
variables:
|
||||||
DIST: opensuse-leap15.1
|
DIST: opensuse-leap15.1
|
||||||
|
@ -158,6 +158,18 @@ package-debian9-amd64:
|
|||||||
- .dist-debian9
|
- .dist-debian9
|
||||||
- .arch-amd64
|
- .arch-amd64
|
||||||
|
|
||||||
|
package-fedora35-aarch64:
|
||||||
|
extends:
|
||||||
|
- .package-build
|
||||||
|
- .dist-fedora35
|
||||||
|
- .arch-aarch64
|
||||||
|
|
||||||
|
package-fedora35-x86_64:
|
||||||
|
extends:
|
||||||
|
- .package-build
|
||||||
|
- .dist-fedora35
|
||||||
|
- .arch-x86_64
|
||||||
|
|
||||||
package-opensuse-leap15.1-x86_64:
|
package-opensuse-leap15.1-x86_64:
|
||||||
extends:
|
extends:
|
||||||
- .package-build
|
- .package-build
|
||||||
@ -278,6 +290,8 @@ image-packaging:
|
|||||||
- package-centos8-x86_64
|
- package-centos8-x86_64
|
||||||
- package-debian10-amd64
|
- package-debian10-amd64
|
||||||
- package-debian9-amd64
|
- package-debian9-amd64
|
||||||
|
- package-fedora35-aarch64
|
||||||
|
- package-fedora35-x86_64
|
||||||
- package-opensuse-leap15.1-x86_64
|
- package-opensuse-leap15.1-x86_64
|
||||||
- package-ubuntu16.04-amd64
|
- package-ubuntu16.04-amd64
|
||||||
- package-ubuntu16.04-ppc64le
|
- package-ubuntu16.04-ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user