From c66d9b7edc1df8b02d8e7112e8f35f9aa7386c31 Mon Sep 17 00:00:00 2001 From: Lex <115115137+lex-ibm@users.noreply.github.com> Date: Sun, 11 Jun 2023 09:48:56 -0500 Subject: [PATCH] fix(workflow): typo in stable-linux (#1544) --- .github/workflows/stable-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index bf7690d..54d5a53 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -133,7 +133,7 @@ jobs: npm_arch: arm image: vscodium/vscodium-linux-build-agent:buster-armhf - vscode_arch: ppc64le - npm_arch: ppcc64le + npm_arch: ppc64le image: vscodium/vscodium-linux-build-agent:bionic-ppc64le container: image: ${{ matrix.image }}