openshift-pipelines / pipelines-as-code

Pipelines-as-Code for Tekton
https://pipelinesascode.com
Apache License 2.0
124 stars 81 forks source link

move images to arm64 #1673

Closed chmouel closed 2 months ago

chmouel commented 2 months ago

move all images and binaries from pac dogfooding tekton pipelinerun to be on arm64 since we have moved our dogfooding cluster on it.

optimize cache: in order to avoid cache pollution between different images, we need to scope the cache for each image build. See documentation of that feature here:

https://docs.docker.com/build/cache/backends/gha/#scope

Changes

Submitter Checklist

chmouel commented 2 months ago

/retest

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 64.53%. Comparing base (44e735e) to head (ddedb1d). Report is 4 commits behind head on main.

Files Patch % Lines
pkg/cmd/tknpac/info/root.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1673 +/- ## ======================================= Coverage 64.53% 64.53% ======================================= Files 143 143 Lines 11023 11023 ======================================= Hits 7114 7114 Misses 3388 3388 Partials 521 521 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.