package/skopeo: add missing dependency on host go arch support

Fixes:

 commit 619b83a443
 http://autobuild.buildroot.org/results/d1c41157ddace09399a3fc101026ae451c6a918a/

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

(cherry-picked from 535116dd02)
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Yann E. MORIN
2024-08-01 10:45:45 +02:00
committed by Arnout Vandecappelle
parent 379019e891
commit 2c222c2968

View File

@@ -1,5 +1,6 @@
config BR2_PACKAGE_HOST_SKOPEO
bool "host skopeo"
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
help
skopeo is a command line utility that performs various
operations on container images and image repositories.