From cf5c40a692c7992ed1e4b937ad5327052abd5b2c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 3 Mar 2022 19:38:52 +0100 Subject: [PATCH] fix(ci): build only on amd64 arch --- .drone.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.drone.yml b/.drone.yml index f123ce1..ef42bc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,10 @@ kind: pipeline type: docker name: archlinux +platform: + os: linux + arch: amd64 + steps: - name: archlinux image: docker.io/volkerraschek/build-image:latest @@ -93,6 +97,10 @@ kind: pipeline type: docker name: centos +platform: + os: linux + arch: amd64 + steps: - name: centos7 image: docker.io/volkerraschek/build-image:latest @@ -139,6 +147,10 @@ kind: pipeline type: docker name: debian +platform: + os: linux + arch: amd64 + steps: - name: 8-slim image: docker.io/volkerraschek/build-image:latest @@ -218,6 +230,10 @@ kind: pipeline type: docker name: fedora +platform: + os: linux + arch: amd64 + steps: - name: fedora-33 image: docker.io/volkerraschek/build-image:latest @@ -275,6 +291,10 @@ kind: pipeline type: docker name: ubuntu +platform: + os: linux + arch: amd64 + steps: - name: ubuntu-16.04 image: docker.io/volkerraschek/build-image:latest