mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-10 14:13:08 +00:00
arm64: build image for arm v8
Fixes: https://github.com/k8snetworkplumbingwg/multus-cni/issues/1281 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
parent
75c0245020
commit
bb47b55999
2
.github/workflows/image-build.yml
vendored
2
.github/workflows/image-build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
tags: ghcr.io/${{ github.repository }}:latest
|
tags: ghcr.io/${{ github.repository }}:latest
|
||||||
file: images/Dockerfile.debug
|
file: images/Dockerfile.debug
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/ppc64le,linux/s390x
|
||||||
sbom: false
|
sbom: false
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
|
4
.github/workflows/image-push-master.yml
vendored
4
.github/workflows/image-push-master.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
ghcr.io/${{ github.repository }}:snapshot
|
ghcr.io/${{ github.repository }}:snapshot
|
||||||
file: images/Dockerfile
|
file: images/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/ppc64le,linux/s390x
|
||||||
sbom: false
|
sbom: false
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository }}:latest-debug
|
ghcr.io/${{ github.repository }}:latest-debug
|
||||||
ghcr.io/${{ github.repository }}:snapshot-debug
|
ghcr.io/${{ github.repository }}:snapshot-debug
|
||||||
file: images/Dockerfile.debug
|
file: images/Dockerfile.debug
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/ppc64le,linux/s390x
|
||||||
sbom: false
|
sbom: false
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
|
4
.github/workflows/image-push-release.yml
vendored
4
.github/workflows/image-push-release.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository }}:stable
|
ghcr.io/${{ github.repository }}:stable
|
||||||
${{ steps.docker_meta.outputs.tags }}
|
${{ steps.docker_meta.outputs.tags }}
|
||||||
file: images/Dockerfile
|
file: images/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/ppc64le,linux/s390x
|
||||||
sbom: false
|
sbom: false
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository }}:stable-debug
|
ghcr.io/${{ github.repository }}:stable-debug
|
||||||
${{ steps.docker_meta.outputs.tags }}-debug
|
${{ steps.docker_meta.outputs.tags }}-debug
|
||||||
file: images/Dockerfile.debug
|
file: images/Dockerfile.debug
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/ppc64le,linux/s390x
|
||||||
sbom: false
|
sbom: false
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user