Skip to content

Commit

Permalink
oc-mirror amd64 images (#810)
Browse files Browse the repository at this point in the history
mirroring with the `multi` option alone is leaving gaps in the sync result.
this PR reintroduces the `amd64` architecture to be synced

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Nov 5, 2024
1 parent 5300ea9 commit 8a149ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/templates/image-sync.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ var ocMirrorConfig = {
}
mirror: {
platform: {
architectures: ['multi']
architectures: ['multi', 'amd64']
channels: [
{
name: 'stable-4.17'
Expand Down

0 comments on commit 8a149ce

Please sign in to comment.