Skip to content

Commit ec77f1a

Browse files
build(deps): Bump submodules and dependencies (runfinch#795)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: GitHub <[email protected]> Co-authored-by: pendo324 <[email protected]>
1 parent 52fb8b2 commit ec77f1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ ifneq (,$(findstring arm64,$(ARCH)))
4343
LIMA_ARCH = aarch64
4444
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/aarch64/images/
4545
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.1706806357.tar.gz
46+
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1707333145.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/
5151
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.1706806357.tar.gz
52+
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1707333145.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

0 commit comments

Comments
 (0)