Save architecture used to fetch the build to fileinfo

This commit is contained in:
2024-05-09 22:22:29 +02:00
parent aa2dbd2938
commit 42b1091c0b
3 changed files with 11 additions and 2 deletions

View File

@ -433,6 +433,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku
$temp['flight'] = $flight;
$temp['branch'] = $branch;
$temp['arch'] = $foundArch;
$temp['fetchArch'] = $arch == 'all' ? 'amd64' : $arch;
$temp['build'] = $foundBuild;
$temp['checkBuild'] = $build;
$temp['sku'] = $sku;