增加arm64镜像

This commit is contained in:
starry
2025-08-28 19:59:59 +08:00
committed by GitHub
parent 967d176642
commit 4fa6eb2b1b
10 changed files with 9 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -35,7 +35,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
run: | run: |
docker buildx build --push \ docker buildx build --push \
--platform linux/amd64 \ --platform linux/amd64,linux/arm64 \
--tag ghcr.io/${{ github.repository }}:${{ env.VERSION }} \ --tag ghcr.io/${{ github.repository }}:${{ env.VERSION }} \
--build-arg VERSION=${{ env.VERSION }} \ --build-arg VERSION=${{ env.VERSION }} \
. .

View File

@@ -73,35 +73,35 @@ ssh-copy-id -i /root/.ssh/id_ed25519.pub root@192.168.2.1
## 预览 ## 预览
![1](./.github/workflows/1.jpg) ![1](./.github/demo/1.jpg)
--- ---
![2](./.github/workflows/2.jpg) ![2](./.github/demo/2.jpg)
--- ---
![3](./.github/workflows/3.jpg) ![3](./.github/demo/3.jpg)
--- ---
![4](./.github/workflows/4.jpg) ![4](./.github/demo/4.jpg)
--- ---
![5](./.github/workflows/5.jpg) ![5](./.github/demo/5.jpg)
--- ---
![6](./.github/workflows/6.jpg) ![6](./.github/demo/6.jpg)
--- ---
![7](./.github/workflows/7.jpg) ![7](./.github/demo/7.jpg)
--- ---
![8](./.github/workflows/8.jpg) ![8](./.github/demo/8.jpg)
--- ---