Skip to content

Commit 8b2d8cd

Browse files
build(deps): Bump submodules and dependencies (runfinch#733)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: GitHub <[email protected]> Signed-off-by: Mrudul Harwani <[email protected]> Co-authored-by: ginglis13 <[email protected]>
1 parent 9a08b45 commit 8b2d8cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ 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-20231207184228.qcow2
46-
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1701821611.tar.gz
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.1704791703.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-20231207190935.qcow2
52-
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1701821611.tar.gz
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.1704791703.tar.gz
5353
FINCH_ROOTFS_URL ?= https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1704738038.tar.gz
5454
FINCH_ROOTFS_BASENAME := $(notdir $(FINCH_ROOTFS_URL))
5555
endif

Diff for: deps/finch-core

0 commit comments

Comments
 (0)