Skip to content

Commit

Permalink
修复使用 ubuntu-latest linux/s390x 无法使用 npm
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 18, 2023
1 parent aab0968 commit 6eba62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:

jobs:
to_gitlab:
runs-on: ubuntu-latest
# 由于 ubuntu-latest 中使用 linux6.x 内核 linux/s390x npm 无法使用
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6eba62c

Please sign in to comment.