This commit is contained in:
@@ -12,7 +12,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Install dependencies (QEMU, binfmt, Buildx)
|
- name: Cleanup pre-existing QEMU and Docker build tools
|
||||||
|
run: |
|
||||||
|
if docker buildx inspect crossbuilder > /dev/null 2>&1; then
|
||||||
|
docker buildx rm crossbuilder
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Install QEMU and Docker build tools
|
- name: Install QEMU and Docker build tools
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged tonistiigi/binfmt --install all
|
docker run --rm --privileged tonistiigi/binfmt --install all
|
||||||
|
|||||||
Reference in New Issue
Block a user