File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 77 arch :
88 required : true
99 type : string
10+ test_arm64_artifacts :
11+ required : false
12+ type : boolean
13+ default : false
1014
1115env :
1216 DOTNET_INSTALL_DIR : " ./.dotnet"
4650 name : Setup QEMU
4751 if : inputs.arch == 'arm64'
4852 uses : docker/setup-qemu-action@v2
53+ -
54+ name : Echo
55+ shell : pwsh
56+ run : |
57+ Write-Host "Test ARM64 Artifacts: ${{ inputs.test_arm64_artifacts }}"
4958 -
5059 name : ' [Test Artifacts]'
5160 shell : pwsh
5261 run : dotnet run/artifacts.dll --target=ArtifactsTest --arch ${{ inputs.arch }} --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }}
5362 env :
54- TEST_ARM64_ARTIFACTS : ${{ secrets.TEST_ARM64_ARTIFACTS }}
63+ TEST_ARM64_ARTIFACTS : ${{ inputs.test_arm64_artifacts }}
Original file line number Diff line number Diff line change 7070 with :
7171 runner : ubuntu-latest
7272 arch : ${{ matrix.arch }}
73- secrets : inherit
73+ test_arm64_artifacts : true
7474
7575 docker_linux_images :
7676 needs : [ build ]
You can’t perform that action at this time.
0 commit comments