Skip to content

Commit

Permalink
Fix arch for fedora 36 aarch64 (chef#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle authored Feb 22, 2023
1 parent 3d23fcb commit d9362aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_pkrvars/fedora/fedora-36-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os_name = "fedora"
os_version = "36"
os_arch = "x86_64"
os_arch = "aarch64"
iso_url = "https://na.edge.kernel.org/fedora/releases/36/Server/aarch64/iso/Fedora-Server-dvd-aarch64-36-1.5.iso"
iso_checksum = "sha256:0ab4000575ff8b258576750ecf4ca39b266f0c88cab5fe3d8d2f88c9bea4830d"
parallels_guest_os_type = "fedora-core"
Expand Down

0 comments on commit d9362aa

Please sign in to comment.