mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
remove duplicate calls to multiarch install
This commit is contained in:
parent
9de082a5f6
commit
ec7851ca97
1 changed files with 0 additions and 2 deletions
|
|
@ -118,6 +118,4 @@ CreateBuilder() {
|
|||
docker builder rm certbot_builder || true
|
||||
# create the builder instance
|
||||
docker buildx create --name certbot_builder --driver docker-container --driver-opt=network=host --bootstrap
|
||||
# add binfmt tools to the docker environment, with integration into the new builder instance
|
||||
InstallMultiarchSupport
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue