File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
required : true
14
14
type : choice
15
15
options :
16
- - amd64
17
16
- arm
18
17
- arm64
19
18
- loongarch64
20
19
- ppc64le
21
20
- riscv64
22
21
- s390x
22
+ - x64
23
23
runtime :
24
24
description : Runtime flavor
25
25
required : true
@@ -61,12 +61,12 @@ jobs:
61
61
--volume ${{ github.workspace }}/dotnet:/dotnet \
62
62
--workdir /dotnet \
63
63
--env ROOTFS_DIR=/crossrootfs/${{ inputs.arch }} \
64
- mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-${{ inputs.tfm }}-cross-${{ inputs.arch }} \
64
+ mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-${{ inputs.tfm }}-cross-${{ inputs.arch == 'x64' && 'amd64' || inputs.arch }} \
65
65
./build.sh \
66
66
--clean-while-building \
67
67
--prep \
68
68
--source-only \
69
- --arch ${{ inputs.arch == 'amd64' && 'x64' || inputs.arch }} \
69
+ --arch ${{ inputs.arch }} \
70
70
--os linux \
71
71
${{ inputs.runtime == 'mono' && '--use-mono-runtime' || '' }} \
72
72
-property:OfficialBuildId=$(date +%Y%m%d).99
You can’t perform that action at this time.
0 commit comments