mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Remove Windows ARM version
This commit is contained in:
parent
08ead748bb
commit
154f5e0149
5 changed files with 19 additions and 19 deletions
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
|
@ -235,12 +235,12 @@ jobs:
|
||||||
cd MPN00BS
|
cd MPN00BS
|
||||||
dotnet publish -p:PublishProfile=Win32.pubxml
|
dotnet publish -p:PublishProfile=Win32.pubxml
|
||||||
cd ..
|
cd ..
|
||||||
- name: Build win-arm
|
# - name: Build win-arm
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
run: |
|
# run: |
|
||||||
cd HISPd
|
# cd HISPd
|
||||||
dotnet publish -p:PublishProfile=WinARM.pubxml
|
# dotnet publish -p:PublishProfile=WinARM.pubxml
|
||||||
cd ..
|
# cd ..
|
||||||
#nativeaot arm64 build
|
#nativeaot arm64 build
|
||||||
- name: Build win-arm64
|
- name: Build win-arm64
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
@ -278,12 +278,12 @@ jobs:
|
||||||
name: HISP-Win32
|
name: HISP-Win32
|
||||||
path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/
|
path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/
|
||||||
|
|
||||||
- name: Upload win-arm
|
# - name: Upload win-arm
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: HISP-WinARM
|
# name: HISP-WinARM
|
||||||
path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/
|
# path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/
|
||||||
|
#
|
||||||
- name: Upload win-arm64
|
- name: Upload win-arm64
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.8.66.0")]
|
[assembly: AssemblyVersion("1.8.67.0")]
|
||||||
[assembly: AssemblyFileVersion("1.8.66.0")]
|
[assembly: AssemblyFileVersion("1.8.67.0")]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: hisp
|
Package: hisp
|
||||||
Version: 1.8.66
|
Version: 1.8.67
|
||||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||||
Maintainer: Li
|
Maintainer: Li
|
||||||
Homepage: https://islehorse.com
|
Homepage: https://islehorse.com
|
||||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.8.66.0")]
|
[assembly: AssemblyVersion("1.8.67.0")]
|
||||||
[assembly: AssemblyFileVersion("1.8.66.0")]
|
[assembly: AssemblyFileVersion("1.8.67.0")]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.8.66.0")]
|
[assembly: AssemblyVersion("1.8.67.0")]
|
||||||
[assembly: AssemblyFileVersion("1.8.66.0")]
|
[assembly: AssemblyFileVersion("1.8.67.0")]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue