Skip to content

Commit

Permalink
fix: fails of building learning image (#4273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 authored Sep 29, 2024
1 parent 1eae4e7 commit c3b589d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-graphscope-images-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ env:

jobs:
build-image-x86-64:
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')
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion k8s/dockerfiles/learning.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG ARCH=amd64
ARG REGISTRY=registry.cn-hongkong.aliyuncs.com
ARG VINEYARD_VERSION=latest
FROM $REGISTRY/graphscope/graphscope-dev:$VINEYARD_VERSION AS builder
FROM $REGISTRY/graphscope/graphscope-dev:$VINEYARD_VERSION-$ARCH AS builder

ARG CI=false

Expand Down

0 comments on commit c3b589d

Please sign in to comment.