Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:42 +03:00
parent 0bfbfcb667
commit 9f0ae9219f
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+7 -2
View File
@@ -1,9 +1,14 @@
name: containers-image name: containers-image
description: Set of go libraries aimed at working in various way with container images and registries description: Set of go libraries aimed at working in various way with container images and registries
version: 5.36.0 version: 5.36.0
revision: 1
url: https://github.com/containers/image url: https://github.com/containers/image
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
make_depends: ["go-md2man"] output_architecture: any
keep: ["etc/containers/registries.conf","etc/containers/policy.json"]
type: source type: source
keep:
- etc/containers/registries.conf
- etc/containers/policy.json
make_depends:
- go-md2man