mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-30 23:06:27 +00:00
Merge pull request #335 from Pennyzct/fedora_28_on_aarch64
fedora-rootfs: using fedora 28 on aarch64
This commit is contained in:
commit
28b0ed9209
10
rootfs-builder/fedora/config_aarch64.sh
Normal file
10
rootfs-builder/fedora/config_aarch64.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (c) 2019 ARM Limited
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# image busybox will fail on fedora 30 rootfs image
|
||||
# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info
|
||||
OS_VERSION="28"
|
||||
|
||||
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"
|
Loading…
Reference in New Issue
Block a user