mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
sys-apps/ignition: fix link translation
This pulls in https://github.com/flatcar-linux/ignition/pull/38 for https://github.com/flatcar-linux/ign-converter/pull/5 to fix https://github.com/flatcar-linux/Flatcar/issues/666 which is about a failing translation due to a too strict check.
This commit is contained in:
parent
83bf274753
commit
344dbf2eb0
@ -12,7 +12,7 @@ inherit coreos-go cros-workon systemd udev
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="e2a714474441b416693430e6080e7900d8dd14f0" # main
|
||||
CROS_WORKON_COMMIT="cb95c51122f5a95cea4ed042677933c588fded18" # main
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user