Skip to content

Commit

Permalink
build(deps): Bump submodules and dependencies (#733)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Mrudul Harwani <mharwani@amazon.com>
Co-authored-by: ginglis13 <ginglis13@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ginglis13 authored Jan 11, 2024
1 parent 9a08b45 commit 8b2d8cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ ifneq (,$(findstring arm64,$(ARCH)))
SUPPORTED_ARCH = true
LIMA_ARCH = aarch64
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/aarch64/images/
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.aarch64-20231207184228.qcow2
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1701821611.tar.gz
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.aarch64-20240109005854.qcow2
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1704791703.tar.gz
else ifneq (,$(findstring x86_64,$(ARCH)))
SUPPORTED_ARCH = true
LIMA_ARCH = x86_64
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.x86_64-20231207190935.qcow2
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1701821611.tar.gz
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.x86_64-20240108234744.qcow2
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1704791703.tar.gz
FINCH_ROOTFS_URL ?= https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1704738038.tar.gz
FINCH_ROOTFS_BASENAME := $(notdir $(FINCH_ROOTFS_URL))
endif
Expand Down
2 changes: 1 addition & 1 deletion deps/finch-core
Submodule finch-core updated 2 files
+1 −1 e2e/go.mod
+2 −2 e2e/go.sum

0 comments on commit 8b2d8cd

Please sign in to comment.