Skip to content

Commit

Permalink
add ci support multi platform (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 authored Oct 17, 2023
2 parents 214327f + 9323a85 commit 91ba9c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
# 是否 docker push
push: true
# docker build arg, 注入 APP_NAME/APP_VERSION
platforms: linux/amd64,linux/arm64,linux/arm
build-args: |
APP_NAME="bisheng-backend"
APP_VERSION="release"
Expand All @@ -110,6 +111,7 @@ jobs:
# 是否 docker push
push: true
# docker build arg, 注入 APP_NAME/APP_VERSION
platforms: linux/amd64,linux/arm64,linux/arm
build-args: |
APP_NAME="bisheng-frontend"
APP_VERSION="release"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
from .elem_unstrcutured_loader import ElemUnstructuredLoader, ElemUnstructuredLoaderV0

__all__ = [
'PDFWithSemanticLoader', 'ElemUnstructuredLoader', 'ElemUnstructuredLoaderV0',
'PDFWithSemanticLoader',
'ElemUnstructuredLoader',
'ElemUnstructuredLoaderV0',
]

0 comments on commit 91ba9c5

Please sign in to comment.