Skip to content

Commit

Permalink
Update FCOS stream metadata for Apple Hypervisor
Browse files Browse the repository at this point in the history
Add new platform (applehv) for the Apple Hypervisor which uses the raw
disk format.

See #1533 and
#1548

Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
baude committed Aug 16, 2023
1 parent 43184b2 commit 4bda49e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions metadata/release/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
}
}
},
"applehv": {
"artifacts": {
"raw.gz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-applehv.raw.gz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-applehv.raw.gz.sig",
"sha256": "a889159d661339e635372b807f0a98bb93c64aabfaf89a801b2f03491488f0ef"
}
}
}
},
"azure": {
"artifacts": {
"vhd.xz": {
Expand Down
9 changes: 9 additions & 0 deletions metadata/stream/rationale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ architectures:
signature: https://artifacts.example.com/g0xah6aenvaaVosh.qcow2.xz.sig
sha256: 149afbf4c8996fb92427ae3b0c44298fc1ce41e4649b934ca495991b7852b855
uncompressed-sha256: d02d5ac0f2a2789602e9df950c38acb15380d2799b4bdb59394e4eeabdd3a662

applehv:
release: 30.1.2.3
formats:
"raw.gz":
disk:
location: https://artifacts.example.com/quohgh8ei0uzaD5a.raw.gz
signature: https://artifacts.example.com/quohgh8ei0uzaD5a.raw.gz.sig
sha256: 4c8996fb92427ae41e4649b934ca4e3b0c44298fc1c149afbf95991b7852b855
aws:
release: 30.1.2.3
formats:
Expand Down
12 changes: 12 additions & 0 deletions metadata/stream/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
}
}
},
"applehv": {
"release": "33.20210412.3.0",
"formats": {
"raw.gz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-applehv.x86_64.raw.gz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-hyperv.x86_64.raw.gz.sig",
"sha256": "728e876d87ec71de27fc1d882840e6877346423433339a2b8606fa28e57413fd"
}
}
}
},
"aws": {
"release": "33.20210412.3.0",
"formats": {
Expand Down

0 comments on commit 4bda49e

Please sign in to comment.