From ef5f878f6289c705f9c660770b7e1888acd7b0f9 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 29 Oct 2025 12:07:24 -0400 Subject: [PATCH 1/2] Add new badges for release and multi-arch binary Signed-off-by: Joseph --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0dbfb9..ca4f641 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # OADP CLI [![Cross-Architecture Build Test](https://github.com/migtools/oadp-cli/actions/workflows/cross-arch-build-test.yml/badge.svg)](https://github.com/migtools/oadp-cli/actions/workflows/cross-arch-build-test.yml) +[![Release](https://github.com/migtools/oadp-cli/actions/workflows/release.yml/badge.svg)](https://github.com/migtools/oadp-cli/actions/workflows/release.yml) +[![Multi-Arch Binary Push to Quay.io](https://github.com/migtools/oadp-cli/actions/workflows/quay_binaries_push.yml/badge.svg)](https://github.com/migtools/oadp-cli/actions/workflows/quay_binaries_push.yml) A kubectl plugin for OpenShift API for Data Protection (OADP) that provides both administrative and non-administrative backup operations. From be22a4e6287c981c85d9952e40f1c1dc85deff6b Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 29 Oct 2025 14:17:01 -0400 Subject: [PATCH 2/2] Pass build args for Containerfile in buildah Signed-off-by: Joseph --- .github/workflows/quay_binaries_push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quay_binaries_push.yml b/.github/workflows/quay_binaries_push.yml index 388a62d..14391d0 100644 --- a/.github/workflows/quay_binaries_push.yml +++ b/.github/workflows/quay_binaries_push.yml @@ -37,6 +37,9 @@ jobs: image: oadp-cli-binaries-local tags: ${{ matrix.arch }} archs: ${{ matrix.arch }} + build-args: | + TARGETOS=linux + TARGETARCH=${{ matrix.arch }} containerfiles: | ./Containerfile.download