From a1eef2c644c88bc11fa7f047c8634afb8153017f Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 18 Sep 2023 13:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8=20ubuntu-l?= =?UTF-8?q?atest=20linux/s390x=20=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=20np?= =?UTF-8?q?m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 1e1ebb0c..86b00df6 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -87,7 +87,8 @@ jobs: build: needs: build-static - runs-on: ubuntu-latest + # 由于 ubuntu-latest 中使用 linux6.x 内核 linux/s390x npm 无法使用 + runs-on: ubuntu-20.04 permissions: packages: write