mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
oem-azure-pro: Add the arm64 keyword to the OEM
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
c52997681f
commit
26bd80f6f0
@ -9,7 +9,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
# no source directory
|
||||
@ -20,7 +20,7 @@ S="${WORKDIR}"
|
||||
# would result in the conflict of `base.ign`
|
||||
RDEPEND="
|
||||
~app-emulation/wa-linux-agent-${PV}
|
||||
x11-drivers/nvidia-drivers
|
||||
amd64? ( x11-drivers/nvidia-drivers )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user