Skip to content

Commit

Permalink
Docker支持更多架构
Browse files Browse the repository at this point in the history
  • Loading branch information
KincaidYang committed Oct 1, 2024
1 parent 7c5e61a commit ee684b8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms: |
linux/amd64
linux/386
linux/arm/v7
linux/arm64
linux/ppc64le
windows/amd64
windows/386
windows/arm64
darwin/amd64
darwin/arm64
push: true
tags: |
jinzeyang/whois:${{ env.VERSION }}
Expand Down

0 comments on commit ee684b8

Please sign in to comment.