We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc0e8c commit 761719aCopy full SHA for 761719a
sdk_container/src/third_party/portage-stable/app-containers/incus/incus-6.0.3-r1.ebuild renamed to sdk_container/src/third_party/portage-stable/app-containers/incus/incus-6.0.3-r2.ebuild
@@ -158,7 +158,8 @@ src_test() {
158
src_install() {
159
export GOPATH="${S}/_dist"
160
161
- if tc-is-cross-compiler ; then
+ export GOHOSTARCH=$(go-env_goarch "${CBUILD}")
162
+ if [ "${GOARCH}" != "${GOHOSTARCH}" ]; then
163
local bindir="_dist/bin/linux_${GOARCH}"
164
else
165
local bindir="_dist/bin"
0 commit comments