Skip to content

Commit

Permalink
add image arch for ppcle (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Feb 19, 2024
1 parent 91d92e3 commit df8dfb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/arch/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ const (

// These architectures are for the Image Registry

AMDImageArch = "amd64"
ARMImageArch = "arm64"
AMDImageArch = "amd64"
ARMImageArch = "arm64"
PPCLEImageArch = "ppc64le"

DefaultImageOS = "linux"
)
Expand Down
1 change: 1 addition & 0 deletions pkg/arch/ppcle.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package arch

const Arch = ArchPPCLE
const Flavor = FlavorDefault
const ImageArch = PPCLEImageArch

0 comments on commit df8dfb0

Please sign in to comment.