[CI] Fix 310p image build (#6259)

Fix 310p docker image build error

- vLLM version: v0.14.1
- vLLM main:
d68209402d

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2026-01-26 14:11:56 +08:00
committed by GitHub
parent 65289676b4
commit f4abd9b7b5
2 changed files with 3 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ jobs:
mkdir -p ${{ runner.temp }}/digests mkdir -p ${{ runner.temp }}/digests
digest="${{ steps.build.outputs.digest }}" digest="${{ steps.build.outputs.digest }}"
touch "${{ runner.temp }}/digests/${digest#sha256:}" touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest - name: Upload digest
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6
with: with:

View File

@@ -45,8 +45,10 @@ jobs:
suffix: 'a3-openeuler' suffix: 'a3-openeuler'
- name: 310P Ubuntu - name: 310P Ubuntu
dockerfile: Dockerfile.310p dockerfile: Dockerfile.310p
suffix: '310p'
- name: 310P openEuler - name: 310P openEuler
dockerfile: Dockerfile.310p.openEuler dockerfile: Dockerfile.310p.openEuler
suffix: '310p-openeuler'
uses: ./.github/workflows/_schedule_image_build.yaml uses: ./.github/workflows/_schedule_image_build.yaml
with: with:
dockerfile: ${{ matrix.build_meta.dockerfile }} dockerfile: ${{ matrix.build_meta.dockerfile }}