forked from rosa/hakurei
internal/rosa/stage0: replace amd64 tarball
This toolchain is built with the new patchset. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -43,11 +43,10 @@ var (
|
|||||||
func NewStage0() pkg.Artifact {
|
func NewStage0() pkg.Artifact {
|
||||||
stage0Once.Do(func() {
|
stage0Once.Do(func() {
|
||||||
stage0 = newTar(
|
stage0 = newTar(
|
||||||
"https://hakurei.app/seed/20260429/"+
|
"https://hakurei.app/seed/20260504/"+
|
||||||
"stage0-"+triplet()+".tar.bz2",
|
"stage0-"+triplet()+".tar.bz2",
|
||||||
perArch[string]{
|
perArch[string]{
|
||||||
"amd64": "ldz-WkSx2wxUK4ndi-tlaaU8ykOowbpGRcBsciAcIDdnX6-QfzQg_se3lsZYuzuK",
|
"amd64": "IQjFDkiAVLo1XzflgMMiLP3gnVY2hhDMTzl-QqJDCQhcLQ3lLtRzjI5WCxGyW_lk",
|
||||||
"arm64": "_mo39S_sgzPYaIQ_Wi13O46KPQuWqCCiZdildpz6a8MTh2khIt68tNIulyUGBV2z",
|
|
||||||
}.unwrap(),
|
}.unwrap(),
|
||||||
pkg.TarBzip2,
|
pkg.TarBzip2,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user