arm64 and amd64 image support (#88)

* Ability to build arm7 docker image using buildx

* Build arm64 and amd64 images
This commit is contained in:
Simon J
2021-12-22 13:05:55 +11:00
committed by GitHub
parent ddb26e11b8
commit e22d451833
5 changed files with 66 additions and 32 deletions

View File

@@ -169,7 +169,7 @@ function server(
removeRegistrationRoute: bonobUrl
.append({ pathname: REMOVE_REGISTRATION_ROUTE })
.pathname(),
version: opts.version,
version: serverOpts.version || DEFAULT_SERVER_OPTS.version,
});
}
);