Skip to content

Commit

Permalink
Preserve credentials of binfmt binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 22, 2024
1 parent 6e1e241 commit 7b9bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ push-cross-manifest:

.PHONY: binfmt-register
binfmt-register:
'$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes
'$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes --credential yes

##################################################
## "version" target
Expand Down

0 comments on commit 7b9bb2a

Please sign in to comment.