Skip to content

Commit

Permalink
Revert "Rollback binfmt" (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
roidelapluie authored Dec 15, 2021
1 parent f35e0b7 commit 37574aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: docker info
- run: uname -a
# Register binfmt_misc targets for cross-building
- run: docker run --privileged linuxkit/binfmt:v0.7
- run: docker run --privileged linuxkit/binfmt:v0.8
- run: make
- run: docker images

Expand All @@ -28,7 +28,7 @@ jobs:
version: 18.09.3
- run: apk add make bash git
- run: docker info
- run: docker run --privileged linuxkit/binfmt:v0.7
- run: docker run --privileged linuxkit/binfmt:v0.8
- run: make SUFFIX=
- run: docker images
- run: make tag SUFFIX=
Expand Down

0 comments on commit 37574aa

Please sign in to comment.