aboutsummaryrefslogtreecommitdiffstats
path: root/testing/podman-compose
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:26:33 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:26:33 +0000
commit6b713968dd43c1d077e37a09bfc972687f76f71a (patch)
treeeb655459d88d96b1eb12aa297fc7a5486a693466 /testing/podman-compose
parente4e4d3b452d5a435944cab9dd909a6c57c756527 (diff)
downloadaports-6b713968dd43c1d077e37a09bfc972687f76f71a.tar.bz2
aports-6b713968dd43c1d077e37a09bfc972687f76f71a.tar.xz
testing/podman-compose: disable on mips
Diffstat (limited to 'testing/podman-compose')
-rw-r--r--testing/podman-compose/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/podman-compose/APKBUILD b/testing/podman-compose/APKBUILD
index 3e40ccc915..69586db471 100644
--- a/testing/podman-compose/APKBUILD
+++ b/testing/podman-compose/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.5
pkgrel=0
pkgdesc="A script to run docker-compose.yml using podman"
url="https://github.com/containers/podman-compose"
-arch="noarch"
+arch="noarch !mips !mips64" # blocked by podman
license="GPL-2.0-or-later"
options="!check" # Requires running docker env
depends="podman python3 py3-yaml"