Skip to content

Commit

Permalink
chore: add rhel7 to project.json (#887)
Browse files Browse the repository at this point in the history
Added Red Hat Enterprise Linux 7 to `project.json` to support the automated download of the ISO.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Apr 19, 2024
1 parent 6c117ea commit 0db506e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,18 @@
}
]
}
],
"7": [
{
"version": "7.9",
"architectures": [
{
"architecture": "amd64",
"checksum_algorithm": "sha256",
"checksum": "2cb36122a74be084c551bc7173d2d38a1cfb75c8ffbc1489c630c916d1b31b25"
}
]
}
]
}
},
Expand Down

0 comments on commit 0db506e

Please sign in to comment.