Skip to content

Commit

Permalink
只在build_ohos_arm_v8中用self-host
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 9, 2024
1 parent 7e032c1 commit 1f03808
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build_android_arm_v8:
if: github.event.inputs.build_android == 'true'
name: Android (arm64-v8a)
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run build script
Expand All @@ -73,7 +73,7 @@ jobs:
build_android_arm_v7:
if: github.event.inputs.build_android == 'true'
name: Android (armeabi-v7a)
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run build script
Expand All @@ -90,7 +90,7 @@ jobs:
build_android_x86_64:
if: github.event.inputs.build_android == 'true'
name: Android (x86_64)
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run build script
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
build_ohos_arm_v7:
if: github.event.inputs.v8_revision != '8.4.371.19' && github.event.inputs.build_ohos == 'true'
name: OHOS (armeabi-v7a)
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install NDK
Expand All @@ -161,7 +161,7 @@ jobs:
build_ohos_x86_64:
if: github.event.inputs.v8_revision != '8.4.371.19' && github.event.inputs.build_ohos == 'true'
name: OHOS (x86_64)
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install NDK
Expand All @@ -188,7 +188,7 @@ jobs:
build_linux:
if: github.event.inputs.build_linux == 'true'
name: Linux
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run build script
Expand All @@ -205,7 +205,7 @@ jobs:
build_linux_arm64:
if: github.event.inputs.build_linux == 'true'
name: Linux_arm64
runs-on: self-hosted
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run build script
Expand Down

0 comments on commit 1f03808

Please sign in to comment.