Skip to content

Commit

Permalink
.dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Jul 9, 2022
1 parent afbb9a9 commit d6f73d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
@@ -1,3 +1,4 @@
*
!post_install
!pre_install
!qemu*
2 changes: 1 addition & 1 deletion hooks/post_checkout
@@ -1,4 +1,4 @@
#!/bin/bash -eu
#!/bin/sh -eu

curl -qsSL "https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-arm-static.tar.gz" | tar -xz
curl -qsSL "https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-aarch64-static.tar.gz" | tar -xz
Expand Down
2 changes: 1 addition & 1 deletion hooks/pre_build
@@ -1,3 +1,3 @@
#!/bin/bash -eu
#!/bin/sh -eu

docker run --rm --privileged multiarch/qemu-user-static:register --reset

0 comments on commit d6f73d4

Please sign in to comment.