Update main-image-workflow.yml
This commit is contained in:
4
.github/workflows/main-image-workflow.yml
vendored
4
.github/workflows/main-image-workflow.yml
vendored
@@ -17,6 +17,10 @@ jobs:
|
||||
git fetch --tags
|
||||
echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV
|
||||
|
||||
# Ensure emulation for different architectures is set up
|
||||
- name: Set up binfmt for multi-platform build
|
||||
run: docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user