Skip to content

Commit

Permalink
支持多平台
Browse files Browse the repository at this point in the history
  • Loading branch information
KincaidYang committed Oct 1, 2024
1 parent 70c8bfb commit fde2d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -22,6 +24,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
tags: |
jinzeyang/whois:latest
Expand Down

0 comments on commit fde2d00

Please sign in to comment.