From 232309e52d53fbf76a20927d1eab3dbd522cbedf Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sun, 3 Jan 2021 17:14:23 +0100 Subject: [PATCH] removed arm architecture --- .drone.jsonnet | 4 ++-- manifest.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 367204b..5cd83c0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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() ] \ No newline at end of file diff --git a/manifest.yml b/manifest.yml index 05d855f..a81c77b 100644 --- a/manifest.yml +++ b/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 \ No newline at end of file + # - + # image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64 + # platform: + # architecture: arm64 + # os: linux \ No newline at end of file