mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-15 21:36:25 +08:00
Multi platform build requires explicit buildx setup
This commit is contained in:
parent
27c2201161
commit
c177202ac1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -15,6 +15,12 @@ jobs:
|
|||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue