From d1452b6d394e3e82b4b0f6243865295e25fb3bfb Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 11 Jun 2025 14:01:48 -0400 Subject: [PATCH] test(ssh-ci): re-enable GOARCH=ppc64le (#651) This reverts commit 5e95da6b6c820bd12b96e06c732dc9000dbaa81e. --- .github/workflows/ssh-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index d892631..5ce3ab9 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -16,7 +16,7 @@ jobs: matrix: host: - ubuntu@riscv64.techaro.lol - #- ci@ppc64le.techaro.lol # XXX(Xe 2025-06-11 16:58): This seems to be broken for now, emailed Taptor CS for advice + - ci@ppc64le.techaro.lol steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2