Skip to content

Commit

Permalink
fix: multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzhangqi authored Nov 3, 2024
2 parents c2669aa + 53a89dd commit 3a747b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-v6-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Pull Docker image
- name: Pull Amd64 Docker image
run: |
ARCH=amd64 VERSION=${{ env.VERSION }} sh standalone/images-package.sh
- name: Pull Arm64 Docker image
run: |
ARCH=arm64 VERSION=${{ env.VERSION }} sh standalone/images-package.sh
- name: Login to Docker Hub
Expand Down

0 comments on commit 3a747b2

Please sign in to comment.