Skip to content

abuild: Use $pkgarch instead of $arch for dbg test

Anna Wilcox requested to merge awilfox/issue-13 into master

$arch may be set to a list, for example, "noarch !armv7". $pkgarch is always the "effective" arch for a package, which will evaluate to "noarch" if the package is a noarch package.

Closes: #13 (closed)

Merge request reports