fix: ARM images#332
Conversation
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
|
Skipping CI for Draft Pull Request. |
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
|
@mateusoliveira43: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| @@ -1,10 +1,16 @@ | |||
| FROM quay.io/konveyor/builder:latest AS builder | |||
| FROM quay.io/konveyor/builder:ubi9-latest AS builder | |||
There was a problem hiding this comment.
| FROM quay.io/konveyor/builder:ubi9-latest AS builder | |
| FROM --platform=$BUILDPLATFORM quay.io/konveyor/builder:ubi9-latest AS builder | |
| ARG BUILDPLATFORM |
Since we are optimizing, and golang can cross compile binary, and this is not the final stage, we can set BUILDPLATFORM to get more optimum performance.
There was a problem hiding this comment.
but this would make only multi platform builds faster, not?
since multi platform builds are CI responsibility (and I do not know how PROW does it), I think we do not need this
There was a problem hiding this comment.
right do not need. but doesn't hurt to add for local dev builds either when building for dev/customers who are on arch other than the dev machine.
There was a problem hiding this comment.
im on arm, so this would speed up builds of amd64 images to use on amd64 cluster.
There was a problem hiding this comment.
This would make single platform build faster if the OS building (ie. laptop is arm64) is different than intended image platform (for amd64 cluster)
| @@ -1,18 +1,29 @@ | |||
| # TODO! Find a real ubi8 image for golang 1.16 | |||
| FROM quay.io/konveyor/builder:ubi9-latest AS builder | |||
There was a problem hiding this comment.
| FROM quay.io/konveyor/builder:ubi9-latest AS builder | |
| FROM --platform=$BUILDPLATFORM quay.io/konveyor/builder:ubi9-latest AS builder | |
| ARG BUILDPLATFORM |
| RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -mod=mod -ldflags '-extldflags "-static" -X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=konveyor-dev' -o /go/src/velero github.com/vmware-tanzu/velero/cmd/velero | ||
| RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -mod=mod -ldflags '-extldflags "-static"' -o /go/src/velero-helper github.com/vmware-tanzu/velero/cmd/velero-helper | ||
|
|
||
| FROM quay.io/konveyor/builder:ubi9-latest AS restic-builder |
There was a problem hiding this comment.
| FROM quay.io/konveyor/builder:ubi9-latest AS restic-builder | |
| FROM --platform=$BUILDPLATFORM quay.io/konveyor/builder:ubi9-latest AS restic-builder | |
| ARG BUILDPLATFORM |
|
/cherry-pick oadp-1.4 |
|
@mateusoliveira43: once the present PR merges, I will cherry-pick it on top of oadp-1.4 in a new PR and assign it to you. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: kaovilai, mateusoliveira43, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@mateusoliveira43: #332 failed to apply on top of branch "oadp-1.4": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> (cherry picked from commit 41ad312)
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* Issue velero-io#8772 ensure pv removed (velero-io#8777) * ensure pv has been deleted Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * ensure delete pv unit test Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * comment, errors Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * updated changelog Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * pass value Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> * function renamed as suggested Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> --------- Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * issue8720: log doesn't show pv name (velero-io#8771) * fix: log doesn't show pv name Signed-off-by: hu-keyu <hzldd999@gmail.com> * fix: add changelog Signed-off-by: hu-keyu <hzldd999@gmail.com> * update changelog fileName Signed-off-by: hu-keyu <hzldd999@gmail.com> --------- Signed-off-by: hu-keyu <hzldd999@gmail.com> * Bump kind cli to v0.27.0 (velero-io#8699) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * Modify how the restore workflow using the resource name. The restore workflow used name represents the backup resource and the restore to be restored, but the restored resource name may be different from the backup one, e.g. PV and VSC are global resources, to avoid conflict, need to rename them. Reanme the name variable to backupResourceName, and use obj.GetName() for restore operation. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * Enable containerdv2 images Fixes velero-io#8648 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (velero-io#8806) Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Document schedule skipImmediately (velero-io#8802) Fixes velero-io#8787 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * issue 8803: use deterministic name to create backupRepository Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * add third party annotation support for maintenance job Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Bump the golang.org/x/net to v0.36.0 to fix Restic CVE. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * update readme and implemented design for 1.16 Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * add doc for upgrade to 1.16 Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * add 1.16 doc Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Fix the non data mover migration failure. Migration cases use the Kibishii as the workload, and SC mapping ConfigMap was needed for all scenarios, because standby cluster doesn't have the Kibishii SC after setting up. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * add 1.16 changelog Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Bump the migration and upgrade E2E test source version. Add v1.16 related plugin and other image default version. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * Align the E2E upgrade test's CLI and image version. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * pin velero image Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * skip subresource in resource discovery (velero-io#6688) Signed-off-by: lou <alex1988@outlook.com> Co-authored-by: lou <alex1988@outlook.com> * fix issue 6753 Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Update restore controller logic for restore deletion (velero-io#6761) 1. Skip deleting the restore files from storage if the backup/BSL is not found 2. Allow deleting the restore files from storage even though the BSL is readonly Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com> * Fix velero-io#6752: add namespace exclude check. Add PSA audit and warn labels. Signed-off-by: Xun Jiang <jxun@vmware.com> * add csi snapshot data movement doc Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Modify changelogs for v1.12 Signed-off-by: allenxu404 <qix2@vmware.com> * issue 6786:always delete VSC regardless of the deletion policy Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * issue: move plugin depdending podvolume functions to util pkg Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * issue 6880: set ParallelUploadAboveSize as MaxInt64 Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * changelog Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * Add support for block volumes (velero-io#6680) (velero-io#6897) (cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <dzaninovic@catalogicsoftware.com> * Replace the base image with paketobuildpacks image Replace the base image with paketobuildpacks image Fixes velero-io#6851 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com> * issue 6734: spread backup pod evenly Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Add doc links for new features to release note Signed-off-by: allenxu404 <qix2@vmware.com> * fix issue 6647 Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Perf improvements for existing resource restore Use informer cache with dynamic client for Get calls on restore When enabled, also make the Get call before create. Add server and install parameter to allow disabling this feature, but enable by default Signed-off-by: Scott Seago <sseago@redhat.com> * issue velero-io#6807: Retry failed create when using generateName When creating resources with generateName, apimachinery does not guarantee uniqueness when it appends the random suffix to the generateName stub, so if it fails with already exists error, we need to retry. Signed-off-by: Scott Seago <sseago@redhat.com> * Import auth provider plugins Signed-off-by: Sebastian Glab <sglab@catalogicsoftware.com> * Add v1.12.1 changelog Signed-off-by: allenxu404 <qix2@vmware.com> * Make Windows build skip BlockMode code. PVC block mode backup and restore introduced some OS specific system calls. Those calls are not available for Windows, so add both non Windows version and Windows version code, and return error for block mode on the Windows platform. Signed-off-by: Xun Jiang <jxun@vmware.com> * udmrepo use region specified in BSL when s3URL is empty Signed-off-by: Lyndon-Li <lyonghui@vmware.com> * Change v1.12.1 changelog Signed-off-by: allenxu404 <qix2@vmware.com> * Dockerfile.ubi/travis local files add UBI dockerfiles Use numeric user for velero-restic-restore-helper Enable multiarch builds (#135) Use arm64-graviton2 for arm builds (#137) Add required keys for arm builds (#139) Update Travis build job to work w/o changes on new branches Use a full VM for arm Use numeric non-root user for nonroot SCC compatibility * Add BZ + Publish automation to repo (#82) (cherry picked from commit ccb545f) Update PR-BZ automation mapping (#84) (cherry picked from commit aa2b019) Update PR-BZ automation (#92) Co-authored-by: Rayford Johnson <rjohnson@redhat.com> (cherry picked from commit ecc563f) Add publish workflow (#108) (cherry picked from commit f87b779) * remove dependabot config from fork * Create Makefile.prow Code-gen no longer required on verify due to velero-io#6039 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> oadp-1.2: Update Makefile.prow to velero-restore-helper * set HOME in velero image for kopia, update controller-gen for CI (#280) Signed-off-by: Scott Seago <sseago@redhat.com> * build velero-helper binary for datamover pod * restore: Use warning when Create IsAlreadyExist and Get error Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * kopia/repository/config/aws.go: Set session.Options profile from config Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * use ubi9-latest to build * OADP-4225: add tzdata to Dockerfile.ubi * fix: CI (#316) Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fix: ARM images (#332) * fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * ubi: BUILDPLATFORM to build stage to enable cross compile. (#336) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> * OADP-4640: Downstream only to allow override kopia default algorithms (#334) (#338) add missing unit test for kopia hashing algo (#337) Introduction of downstream only option to override Kopia default: - hashing algorithm - splitting algorithm - encryption algorithm With introduction of 3 environment variables it is possible to override Kopia algorithms used by Velero: KOPIA_HASHING_ALGORITHM KOPIA_SPLITTER_ALGORITHM KOPIA_ENCRYPTION_ALGORITHM If the env algorithms are not set or they are not within Kopia SupportedAlgorithms, the default algorithm will be used. This behavior is consistent with current behavior without this change. Signed-off-by: Michal Pryc <mpryc@redhat.com> Signed-off-by: Shubham Pampattiwar <shubhampampattiwar7@gmail.com> * Downstream only: Rework of Makefile and incusion of lint The rework of Makefile to make it more readable and inclusion of lint as a target as well extract golangci-lint version from the upstream Dockerfile, so we test in PROW or locally on the same version as upstream. Signed-off-by: Michal Pryc <mpryc@redhat.com> * Downstream only - fix lint error in downtream change (#343) This fixes the PR #334 where one additional line was in the code. This was not exposed previously as we did not had downstream CI Lint jobs. Signed-off-by: Michal Pryc <mpryc@redhat.com> * run oadp-operator e2e test from the velero repo (#353) * run oadp-operator e2e test from the velero repo execute openshift/oadp-operator e2e tests directly against the velero repo locally or via prow ci Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * update variable names, add a cleanup * make sure env variable overrides default velero_image Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * add options to build, push, and only test Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * add arch to name Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * remove duplicated clean/rm operator checkout * simplify by dropping export var and use a oneliner Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * drop export and use oneliner Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * just in case, allow oadp to be deployed from makefile Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> * Update Makefile.prow Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> --------- Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> * DS Owners * updated controller-gen version * Include velero-restore-helper binary in velero image (#375) Co-authored-by: Scott Seago <sseago@redhat.com> --------- Signed-off-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Signed-off-by: hu-keyu <hzldd999@gmail.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lyndon-Li <lyonghui@vmware.com> Signed-off-by: lou <alex1988@outlook.com> Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com> Signed-off-by: Xun Jiang <jxun@vmware.com> Signed-off-by: allenxu404 <qix2@vmware.com> Signed-off-by: David Zaninovic <dzaninovic@catalogicsoftware.com> Signed-off-by: Scott Seago <sseago@redhat.com> Signed-off-by: Sebastian Glab <sglab@catalogicsoftware.com> Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> Signed-off-by: Michal Pryc <mpryc@redhat.com> Signed-off-by: Shubham Pampattiwar <shubhampampattiwar7@gmail.com> Signed-off-by: Wesley Hayutin <weshayutin@gmail.com> Co-authored-by: Roger Zimmermann <roger.zimmermann@inventx.ch> Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Co-authored-by: hu-keyu <hzldd999@gmail.com> Co-authored-by: Tiger Kaovilai <tkaovila@redhat.com> Co-authored-by: Xun Jiang <xun.jiang@broadcom.com> Co-authored-by: lyndon-li <98304688+Lyndon-Li@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wenkai Yin(尹文开) <yinw@vmware.com> Co-authored-by: Lyndon-Li <lyonghui@vmware.com> Co-authored-by: Xun Jiang/Bruce Jiang <59276555+blackpiglet@users.noreply.github.com> Co-authored-by: Daniel Jiang <jiangd@vmware.com> Co-authored-by: lou <alex1988@outlook.com> Co-authored-by: Xun Jiang <jxun@vmware.com> Co-authored-by: allenxu404 <qix2@vmware.com> Co-authored-by: David Zaninovic <74072514+dzaninovic@users.noreply.github.com> Co-authored-by: Sebastian Glab <sglab@catalogicsoftware.com> Co-authored-by: Dylan Murray <dymurray@redhat.com> Co-authored-by: RayfordJ <rayfordj@users.noreply.github.com> Co-authored-by: Mateus Oliveira <msouzaol@redhat.com> Co-authored-by: Michal Pryc <mpryc@redhat.com> Co-authored-by: Wesley Hayutin <138787+weshayutin@users.noreply.github.com> Co-authored-by: OpenShift Cherrypick Robot <openshift-cherrypick-robot@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
* fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> * fixup! fix: ARM images Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> --------- Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
Add ARM images to PROW CI
Example image: https://quay.io/repository/msouzaol/velero
Related to openshift/release#54877
How to build