Feature/Multi-Arch images#291
Conversation
| on: | ||
| push: | ||
| tags: | ||
| - 'v*' |
There was a problem hiding this comment.
v0.24.0rc0 tag will be tagged as latest in this case
There was a problem hiding this comment.
Following the history of this repo, we didn't have a beta version yet. I think it is ok to keep the current change. But you're right, if we have plans to release betas here we will have problems :)
|
Merging it now since it is an urgent PR (I'm still waiting for the reviews @alallema and @bidoubiwa ). |
alallema
left a comment
There was a problem hiding this comment.
Thank you so much for this PR @brunoocasali 🎉
| - name: Set up QEMU | ||
| uses: docker/setup-qemu-action@v2 |
There was a problem hiding this comment.
Because we have multi-arch images to build, and QEMU is the way we have to emulate a different arch than the Action runner host. There is more explanation in the docker action https://github.com/docker/setup-qemu-action if you're interested :)
Pull Request
Related issue
Fixes #288
What does this PR do?