mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user