Skip to content

Commit

Permalink
fix: executables
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Aug 31, 2024
1 parent 829b5db commit 8c1565f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install_buildx.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh -l

# Register Arm executables
# Register executables
docker run --rm --privileged tonistiigi/binfmt --install all
# Register Multiarch executables
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

# Create builder instance
Expand Down

0 comments on commit 8c1565f

Please sign in to comment.