From e5fbc8aa941f2eac5aafbd06461f6ebcf07d7ff2 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Mon, 19 Sep 2022 19:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96AOT=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BD=93=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_latest.yml | 2 -- src/N_m3u8DL-RE/Directory.Build.props | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index dca5b03..af029ba 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -55,7 +55,6 @@ jobs: include-prerelease: true - run: apt-get install -y libicu-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev - run: dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact - - run: strip artifact/N_m3u8DL-RE - name: Upload Artifact[linux-x64] uses: actions/upload-artifact@v1.0.0 @@ -77,7 +76,6 @@ jobs: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} include-prerelease: true - run: dotnet publish src/N_m3u8DL-RE -r linux-arm64 -c Release -p:CppCompilerAndLinker=clang-9 -p:SysRoot=/crossrootfs/arm64 -o artifact - - run: aarch64-linux-gnu-strip artifact/N_m3u8DL-RE - name: Upload Artifact[linux-arm64] uses: actions/upload-artifact@v1.0.0 diff --git a/src/N_m3u8DL-RE/Directory.Build.props b/src/N_m3u8DL-RE/Directory.Build.props index 7f25d8a..b6315d3 100644 --- a/src/N_m3u8DL-RE/Directory.Build.props +++ b/src/N_m3u8DL-RE/Directory.Build.props @@ -10,8 +10,14 @@ true zh-CN;zh-TW;en-US true + true + aarch64-linux-gnu-objcopy + + + +