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 7
7
arch :
8
8
required : true
9
9
type : string
10
+ test_arm64_artifacts :
11
+ required : false
12
+ type : boolean
13
+ default : false
10
14
11
15
env :
12
16
DOTNET_INSTALL_DIR : " ./.dotnet"
46
50
name : Setup QEMU
47
51
if : inputs.arch == 'arm64'
48
52
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 }}"
49
58
-
50
59
name : ' [Test Artifacts]'
51
60
shell : pwsh
52
61
run : dotnet run/artifacts.dll --target=ArtifactsTest --arch ${{ inputs.arch }} --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }}
53
62
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 70
70
with :
71
71
runner : ubuntu-latest
72
72
arch : ${{ matrix.arch }}
73
- secrets : inherit
73
+ test_arm64_artifacts : true
74
74
75
75
docker_linux_images :
76
76
needs : [ build ]
You can’t perform that action at this time.
0 commit comments