Update build-with-latex-arm.yml
This commit is contained in:
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
|
- name: Build Docker image as tar file
|
||||||
run: |
|
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
|
- name: De-tar the image file
|
||||||
run: |
|
run: |
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
tar -xf image.tar -C output
|
tar -xf ./docs/image.tar -C output
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user