mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
gpu: Add arm64 targets
We want to make sure we deliver arm64 GPU targets as well Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
968318180d
commit
9a7dff9c40
@ -28,10 +28,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
asset:
|
asset:
|
||||||
- agent
|
- agent
|
||||||
|
- busybox
|
||||||
- cloud-hypervisor
|
- cloud-hypervisor
|
||||||
- firecracker
|
- firecracker
|
||||||
- kernel
|
- kernel
|
||||||
- kernel-dragonball-experimental
|
- kernel-dragonball-experimental
|
||||||
|
- kernel-nvidia-gpu
|
||||||
- nydus
|
- nydus
|
||||||
- qemu
|
- qemu
|
||||||
- stratovirt
|
- stratovirt
|
||||||
@ -80,6 +82,15 @@ jobs:
|
|||||||
retention-days: 15
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
- name: store-extratarballs-artifact ${{ matrix.asset }}
|
||||||
|
if: ${{ startsWith(matrix.asset, 'kernel-nvidia-gpu') }}
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: kata-artifacts-arm64-${{ matrix.asset }}-headers${{ inputs.tarball-suffix }}
|
||||||
|
path: kata-build/kata-static-${{ matrix.asset }}-headers.tar.xz
|
||||||
|
retention-days: 15
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
build-asset-rootfs:
|
build-asset-rootfs:
|
||||||
runs-on: ubuntu-22.04-arm
|
runs-on: ubuntu-22.04-arm
|
||||||
needs: build-asset
|
needs: build-asset
|
||||||
@ -88,6 +99,7 @@ jobs:
|
|||||||
asset:
|
asset:
|
||||||
- rootfs-image
|
- rootfs-image
|
||||||
- rootfs-initrd
|
- rootfs-initrd
|
||||||
|
- rootfs-nvidia-gpu-initrd
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
if: ${{ inputs.push-to-registry == 'yes' }}
|
if: ${{ inputs.push-to-registry == 'yes' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user