Skip to content

Commit

Permalink
Update main-image-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Feb 16, 2024
1 parent 0da30b9 commit ce1cdea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-image-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce1cdea

Please sign in to comment.