mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复使用 ubuntu-latest linux/s390x 无法使用 npm
This commit is contained in:
parent
aab096843c
commit
a1eef2c644
3
.github/workflows/build_docker_image.yml
vendored
3
.github/workflows/build_docker_image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user