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