mirror of
https://github.com/btouchard/ackify.git
synced 2026-02-11 00:08:37 -06:00
fix(ci): build multi-plateforme linux/amd64,linux/arm64 QEMU
This commit is contained in:
3
.github/workflows/build-docker.yml
vendored
3
.github/workflows/build-docker.yml
vendored
@@ -45,6 +45,9 @@ jobs:
|
||||
# Strip leading 'v' from tag refs; leave branches unchanged
|
||||
echo "IMAGE_TAG=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user