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 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.