镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-07 15:06:48 +00:00
Update build-with-latex-arm.yml
这个提交包含在:
4
.github/workflows/build-with-latex-arm.yml
vendored
4
.github/workflows/build-with-latex-arm.yml
vendored
@@ -41,12 +41,12 @@ jobs:
|
||||
|
||||
- name: Build Docker image as tar file
|
||||
run: |
|
||||
docker buildx build --output type=tar,dest=image.tar --platform linux/arm64,linux/amd64 .
|
||||
docker buildx build --output type=tar,dest=image.tar --platform linux/arm64,linux/amd64 ./docs/GithubAction+NoLocal+Latex
|
||||
|
||||
- name: De-tar the image file
|
||||
run: |
|
||||
mkdir -p output
|
||||
tar -xf image.tar -C output
|
||||
tar -xf ./docs/image.tar -C output
|
||||
|
||||
- name: Push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
在新工单中引用
屏蔽一个用户