Skip to content

Commit a037ba0

Browse files
authored
Add new badges for release and multi-arch binary (#88)
* Add new badges for release and multi-arch binary Signed-off-by: Joseph <jvaikath@redhat.com> * Pass build args for Containerfile in buildah Signed-off-by: Joseph <jvaikath@redhat.com> --------- Signed-off-by: Joseph <jvaikath@redhat.com>
1 parent d3668d9 commit a037ba0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/quay_binaries_push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
image: oadp-cli-binaries-local
3838
tags: ${{ matrix.arch }}
3939
archs: ${{ matrix.arch }}
40+
build-args: |
41+
TARGETOS=linux
42+
TARGETARCH=${{ matrix.arch }}
4043
containerfiles: |
4144
./Containerfile.download
4245

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OADP CLI
22

33
[![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)
4+
[![Release](https://github.com/migtools/oadp-cli/actions/workflows/release.yml/badge.svg)](https://github.com/migtools/oadp-cli/actions/workflows/release.yml)
5+
[![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)
46

57
A kubectl plugin for OpenShift API for Data Protection (OADP) that provides both administrative and non-administrative backup operations.
68

0 commit comments

Comments
 (0)