removed arm architecture
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nils Stinnesbeck 2021-01-03 17:14:23 +01:00
parent 43b558d6ff
commit 232309e52d
2 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ local manifest() = {
kind: "pipeline", kind: "pipeline",
type: "docker", type: "docker",
name: "manifest", name: "manifest",
depends_on: ["linux/arm64", "linux/amd64"], depends_on: ["linux/amd64"],
when: { when: {
event: "tag" event: "tag"
}, },
@ -73,6 +73,6 @@ local manifest() = {
[ [
pipeline("linux", "amd64"), pipeline("linux", "amd64"),
pipeline("linux", "arm64"), // pipeline("linux", "arm64"),
manifest() manifest()
] ]

View File

@ -12,8 +12,8 @@ manifests:
platform: platform:
architecture: amd64 architecture: amd64
os: linux os: linux
- # -
image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64 # image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
platform: # platform:
architecture: arm64 # architecture: arm64
os: linux # os: linux