mirror of
https://github.com/0x2E/fusion.git
synced 2025-06-08 05:27:15 +09:00
fix: add qemu setup (#164)
This commit is contained in:
parent
f289296c78
commit
c965c2e817
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -32,6 +32,10 @@ jobs:
|
|||
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
|
||||
# on push to main: tag with main
|
||||
type=raw,value=main,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: amd64,arm64
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue