Skip to content

Commit

Permalink
chore: enable cross platform image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Oct 14, 2024
1 parent e6485e8 commit f5dcb7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build release
on:
release:
tags:
- 'v*'
- "v*"
types:
- created

Expand All @@ -15,6 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

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

0 comments on commit f5dcb7f

Please sign in to comment.