Skip to content

Commit

Permalink
add build docker arm/amd
Browse files Browse the repository at this point in the history
  • Loading branch information
winsphinx committed Jun 22, 2024
1 parent 033fc5a commit a6be834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64, linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit a6be834

Please sign in to comment.