File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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 >
11
+ <ObjCopyName Condition =" '$(RuntimeIdentifier)' == 'linux-arm64'" >aarch64-linux-gnu-objcopy</ObjCopyName >
10
12
</PropertyGroup >
11
13
12
- <ItemGroup Condition =" '$(PublishAot)' == 'true'" >
14
+ <ItemGroup Condition =" '$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' != 'win-arm64' " >
13
15
<PackageReference Include =" PublishAotCompressed" Version =" 0.0.3" />
14
16
</ItemGroup >
15
17
You can’t perform that action at this time.
0 commit comments