Skip to content

Commit

Permalink
fix: aarch64 OS image improperly generated (#277)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Previous aarch64 OS image was improperly generated and didn't have the
updated version of cosign

*Testing done:*


- [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: Justin Alvarez <[email protected]>
pendo324 authored Mar 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fb7fde1 commit 1deaace
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@ BUILD_TS := $(shell date +%s)
FINCH_OS_x86_URL := $(or $(FINCH_OS_x86_URL),https://deps.runfinch.com/Fedora-Cloud-Base-39-1.5.x86_64-20240322192200.qcow2)
FINCH_OS_x86_DIGEST := $(or $(FINCH_OS_x86_DIGEST),"sha256:5e3a1f2a583908f2f236d4c7246d96485877df30042039302f47f2c58249f44f")
# 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-39-1.5.aarch64-20240322192225.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:cadec2a3cf42dd43facb3a7c61bba1a0d770f9db396c74daac66110a22e85f85")
FINCH_OS_AARCH64_URL := $(or $(FINCH_OS_AARCH64_URL),https://deps.runfinch.com/Fedora-Cloud-Base-39-1.5.aarch64-20240322230317.qcow2)
FINCH_OS_AARCH64_DIGEST := $(or $(FINCH_OS_AARCH64_DIGEST),"sha256:5e30a8ad79079c316280cff3482d5a62823be3f7c8e06e197f6df863faccee80")

FINCH_ROOTFS_x86_URL := $(or $(FINCH_ROOTFS_x86_URL),https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1711139710.tar.gz)
FINCH_ROOTFS_x86_DIGEST := $(or $(FINCH_ROOTFS_x86_DIGEST),"sha256:18649edabf48f20716e6b121861fc884dbf5f048fc2f5482c75f37c9e3b0db95")

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fedora-Cloud-Base-39-1.5.aarch64-20240322230317.qcow2
814528a3c5eaebfe5ae438caebd2079d7726e42b94032c231f983f4a804817482e770441c78316160386adc99057fd508a6065b4f73ffcbaab9b288cd618b7a6 *Fedora-Cloud-Base-39-1.5.aarch64-20240322230317.qcow2

0 comments on commit 1deaace

Please sign in to comment.