mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
parent
53165860b6
commit
180b25d824
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user