diff --git a/maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle b/maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle index 05d15cd7c..3dc3f8d1f 100644 --- a/maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle +++ b/maxkey-webs/maxkey-web-maxkey/config/build_docker.gradle @@ -18,6 +18,16 @@ description = "maxkey-web-maxkey" jib { from { image = "${jibFromImage}" + platforms { + platform { + architecture = 'amd64' + os = 'linux' + } + platform { + architecture = 'arm64' + os = 'linux' + } + } } to { //https://registry.hub.docker.com/repository/docker/maxkeytop/maxkey diff --git a/maxkey-webs/maxkey-web-mgt/config/build_docker.gradle b/maxkey-webs/maxkey-web-mgt/config/build_docker.gradle index 2f94f6d3e..58c7afab3 100644 --- a/maxkey-webs/maxkey-web-mgt/config/build_docker.gradle +++ b/maxkey-webs/maxkey-web-mgt/config/build_docker.gradle @@ -18,6 +18,16 @@ description = "maxkey-web-mgt" jib { from { image = "${jibFromImage}" + platforms { + platform { + architecture = 'amd64' + os = 'linux' + } + platform { + architecture = 'arm64' + os = 'linux' + } + } } to { //https://registry.hub.docker.com/repository/docker/maxkeytop/maxkey-mgt diff --git a/maxkey-webs/maxkey-web-openapi/config/build_docker.gradle b/maxkey-webs/maxkey-web-openapi/config/build_docker.gradle index d0291cc99..7cf1d8031 100644 --- a/maxkey-webs/maxkey-web-openapi/config/build_docker.gradle +++ b/maxkey-webs/maxkey-web-openapi/config/build_docker.gradle @@ -18,6 +18,16 @@ description = "maxkey-web-openapi" jib { from { image = "${jibFromImage}" + platforms { + platform { + architecture = 'amd64' + os = 'linux' + } + platform { + architecture = 'arm64' + os = 'linux' + } + } } to { //https://registry.hub.docker.com/repository/docker/maxkeytop/maxkey-openapi