- Add _constraints file for ppc64le with 4GB disk space to avoid build error. OBS-URL: https://build.opensuse.org/request/show/744069 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-toolbox-image?expand=0&rev=5
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
<constraints>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc64le</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">4</size>
|
|
</disk>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|
|
|