Skip to content

Commit

Permalink
chore: update OS image (#123)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*

Update OS image

*Testing done:*

Manual build + test

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 authored Jul 14, 2023
1 parent 26f9c6a commit 90e6e09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ BUILD_TS := $(shell date +%s)
# Set these variables if they aren't set, or if they are set to ""
# Allows callers to override these default values
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20230508162554.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:a777c3331cd0cb27252e8cdadbe99b005c5ff7d0624fd6df2b6a91438d948b0c")
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:c90fdf39171dbd9717725342d49f4aaec6283aba37630fb74438adf0b9e0202a")
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/aarch64/images/
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20230508162858.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:26717e63a4a525527fe4c1c41365dd00c5a9ce51a79b5915c3715e397f98498b")
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:a9714041012377bda3f1ac9df394d96099aa4e202801622b16af7e94a4b99689")

LIMA_DEPENDENCY_FILE_NAME ?= lima-and-qemu.tar.gz
.DEFAULT_GOAL := all
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2
abccfc607f40d9c6fa4567133aeb8ad02fe47f251f45bfada1b436a4b98f5d99661d3261fe1c2b2ca8372bf886ebe7f70086eaf2b2a1d1dc0e2f1e362676c1d3 *Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2
a5b0dace5a255a9f61e3be16a038c9d1de7cd8a5efc9ddedac744c6d799d8d23bc6da0eb634bc1de0612c475e47f0ed0abcb0806c5542932a5d8ef0ec4dd91e9 *Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2

0 comments on commit 90e6e09

Please sign in to comment.