coreos-base/coreos: Build and install oslogin for amd64 only

The build for arm64 currently fails because it tries to build the
oslogin package but the package is marked as amd64-only.
Exclude the oslogin package from arm64 images.
This commit is contained in:
Kai Lüke 2020-09-24 12:02:57 +02:00
parent 91cfcce5c2
commit 604a06746b

View File

@ -173,5 +173,7 @@ RDEPEND="${RDEPEND}
# OEM specific bits that need to go in USR
RDEPEND+="
sys-auth/google-oslogin
amd64? (
sys-auth/google-oslogin
)
"