mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Remove 4.16 for arm64 and s390x
Trying to keep the number of kernels we compile for these platforms small and 4.16 is likely to be EOLed soon anyway. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
25738c0768
commit
fc6bcde1fd
@ -228,13 +228,11 @@ $(eval $(call kernel,4.4.135,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.40,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.17,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.13,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.47,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user