mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
91cfcce5c2
commit
604a06746b
@ -173,5 +173,7 @@ RDEPEND="${RDEPEND}
|
|||||||
|
|
||||||
# OEM specific bits that need to go in USR
|
# OEM specific bits that need to go in USR
|
||||||
RDEPEND+="
|
RDEPEND+="
|
||||||
sys-auth/google-oslogin
|
amd64? (
|
||||||
|
sys-auth/google-oslogin
|
||||||
|
)
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user