Skip to content

Commit c3b589d

Browse files
authored
fix: fails of building learning image (#4273)
1 parent 1eae4e7 commit c3b589d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-graphscope-images-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ env:
3131

3232
jobs:
3333
build-image-x86-64:
34-
if: (github.ref == 'refs/heads/main' && github.repository == 'alibaba/GraphScope') || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'alibaba/GraphScope') || (github.pull_request == 'pull_request') || (github.event_name == 'workflow_dispatch')
3534
runs-on: ubuntu-20.04
3635

3736
steps:

k8s/dockerfiles/learning.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG ARCH=amd64
44
ARG REGISTRY=registry.cn-hongkong.aliyuncs.com
55
ARG VINEYARD_VERSION=latest
6-
FROM $REGISTRY/graphscope/graphscope-dev:$VINEYARD_VERSION AS builder
6+
FROM $REGISTRY/graphscope/graphscope-dev:$VINEYARD_VERSION-$ARCH AS builder
77

88
ARG CI=false
99

0 commit comments

Comments
 (0)