removed arm architecture
This commit is contained in:
parent
43b558d6ff
commit
232309e52d
@ -51,7 +51,7 @@ local manifest() = {
|
||||
kind: "pipeline",
|
||||
type: "docker",
|
||||
name: "manifest",
|
||||
depends_on: ["linux/arm64", "linux/amd64"],
|
||||
depends_on: ["linux/amd64"],
|
||||
when: {
|
||||
event: "tag"
|
||||
},
|
||||
@ -73,6 +73,6 @@ local manifest() = {
|
||||
|
||||
[
|
||||
pipeline("linux", "amd64"),
|
||||
pipeline("linux", "arm64"),
|
||||
// pipeline("linux", "arm64"),
|
||||
manifest()
|
||||
]
|
10
manifest.yml
10
manifest.yml
@ -12,8 +12,8 @@ manifests:
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
-
|
||||
image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
|
||||
platform:
|
||||
architecture: arm64
|
||||
os: linux
|
||||
# -
|
||||
# image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
|
||||
# platform:
|
||||
# architecture: arm64
|
||||
# os: linux
|
Loading…
Reference in New Issue
Block a user