Skip to content

Commit e93344e

Browse files
committed
Remove linux/ppc64le arch from image build
1 parent e6037f6 commit e93344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-image-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
# Variables to be used throughout the workflow manifest
99
env:
10-
TARGET_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le
10+
TARGET_PLATFORMS: linux/amd64,linux/arm64
1111

1212
jobs:
1313

0 commit comments

Comments
 (0)