Skip to content

Commit 0bf9148

Browse files
github-actions[bot]ginglis13pendo324
authored
build(deps): Bump submodules and dependencies (runfinch#805)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Justin Alvarez <[email protected]> Co-authored-by: ginglis13 <[email protected]> Co-authored-by: Justin Alvarez <[email protected]>
1 parent d222a34 commit 0bf9148

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ ifneq (,$(findstring arm64,$(ARCH)))
4242
SUPPORTED_ARCH = true
4343
LIMA_ARCH = aarch64
4444
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/aarch64/images/
45-
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.aarch64-20240109005854.qcow2
46-
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1707333145.tar.gz
45+
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-39-1.5.aarch64-20240212173442.qcow2
46+
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1707815767.tar.gz
4747
else ifneq (,$(findstring x86_64,$(ARCH)))
4848
SUPPORTED_ARCH = true
4949
LIMA_ARCH = x86_64
5050
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/
51-
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.x86_64-20240108234744.qcow2
52-
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1707333145.tar.gz
53-
FINCH_ROOTFS_URL ?= https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1704738038.tar.gz
51+
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-39-1.5.x86_64-20240212173527.qcow2
52+
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1707815767.tar.gz
53+
FINCH_ROOTFS_URL ?= https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1707772837.tar.gz
5454
FINCH_ROOTFS_BASENAME := $(notdir $(FINCH_ROOTFS_URL))
5555
endif
5656

0 commit comments

Comments
 (0)