File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 54
54
include-prerelease : true
55
55
- run : apt-get install -y libicu-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev
56
56
- run : dotnet publish BBDown -r linux-x64 -c Release -o artifact
57
- - run : strip artifact/BBDown
58
57
59
58
- name : Upload Artifact[linux-x64]
60
59
76
75
dotnet-version : ${{ env.DOTNET_SDK_VERSION }}
77
76
include-prerelease : true
78
77
- run : dotnet publish BBDown -r linux-arm64 -c Release -p:CppCompilerAndLinker=clang-9 -p:SysRoot=/crossrootfs/arm64 -o artifact
79
- - run : aarch64-linux-gnu-strip artifact/BBDown
80
78
81
79
- name : Upload Artifact[linux-arm64]
82
80
Original file line number Diff line number Diff line change 7
7
<EventSourceSupport >false</EventSourceSupport >
8
8
<UseSystemResourceKeys >true</UseSystemResourceKeys >
9
9
<InvariantGlobalization >true</InvariantGlobalization >
10
+ <StripSymbols >true</StripSymbols >
10
11
</PropertyGroup >
11
12
12
- <ItemGroup Condition =" '$(PublishAot)' == 'true'" >
13
+ <ItemGroup Condition =" '$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' != 'win-arm64' " >
13
14
<PackageReference Include =" PublishAotCompressed" Version =" 0.0.3" />
14
15
</ItemGroup >
15
16
You can’t perform that action at this time.
0 commit comments