Add bigdl llm cpu image build
This commit is contained in:
parent
9cae4600da
commit
7f2d2a5238
1 changed files with 2 additions and 6 deletions
8
.github/workflows/manually_build.yml
vendored
8
.github/workflows/manually_build.yml
vendored
|
|
@ -1,10 +1,6 @@
|
|||
name: Manually Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- '.github/workflows/manually_build.yml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
artifact:
|
||||
|
|
@ -52,7 +48,7 @@ on:
|
|||
type: string
|
||||
|
||||
env:
|
||||
TAG: zhengjin-test
|
||||
TAG: ${{ github.event.inputs.tag }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -60,7 +56,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
bigdl-llm-cpu:
|
||||
# if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }}
|
||||
if: ${{ github.event.inputs.artifact == 'bigdl-llm-cpu' || github.event.inputs.artifact == 'all' }}
|
||||
runs-on: [self-hosted, Shire]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue