mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Dockerfile: smoke tests for static builds
Adds smoke test stage in our Dockerfile and a GitHub Action workflow Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -124,6 +124,20 @@ target "binary-cross" {
|
||||
inherits = ["binary", "_platforms"]
|
||||
}
|
||||
|
||||
target "binary-smoketest" {
|
||||
inherits = ["_common"]
|
||||
target = "smoketest"
|
||||
output = ["type=cacheonly"]
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm/v6",
|
||||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/ppc64le",
|
||||
"linux/s390x"
|
||||
]
|
||||
}
|
||||
|
||||
#
|
||||
# same as binary but with extra tools as well (containerd, runc, ...)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user