Skip to content

Commit ef6ca9d

Browse files
committed
devops: re-enable ppc64le for testing
Signed-off-by: Aaron Teo <[email protected]>
1 parent 6a4069e commit ef6ca9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ jobs:
192192
os: ubuntu-22.04-arm
193193
- build: 's390x'
194194
os: ubuntu-24.04-s390x
195-
# TODO: Disable ppc64le for now to test s390x
196-
# - build: 'ppc64le'
197-
# os: ubuntu-24.04-ppc64le
195+
- build: 'ppc64le'
196+
os: ubuntu-24.04-ppc64le
198197

199198
runs-on: ${{ matrix.os }}
200199

0 commit comments

Comments
 (0)