From bd2c69270288adf84485ec8a7533f0512ec2dd28 Mon Sep 17 00:00:00 2001 From: Peter Marcu Date: Tue, 11 Sep 2018 09:50:16 -0700 Subject: [PATCH] add arm64 sharedfx builds --- README.md | 2 ++ build/SharedFx.props | 1 + build/repo.props | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a225ce36..0b1206c45c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Microsoft.AspNetCore | [![][metapackage-myget-badge]][metapackage-m [win-x86-exe]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-win-x86.exe [linux-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-linux-x64.tar.gz [linux-arm-tar]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-linux-arm.tar.gz +[linux-arm64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-linux-arm64.tar.gz [osx-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-osx-x64.tar.gz [debian-x64-deb]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-x64.deb [redhat-x64-rpm]: https://dotnetcli.blob.core.windows.net/dotnet/aspnetcore/Runtime/master/aspnetcore-runtime-latest-x64.rpm @@ -94,6 +95,7 @@ macOS (x64) | [Archive (tar.gz)][osx-x64-tar] Linux (x64)
_(for glibc based OS - most common)_ | [Archive (tar.gz)][linux-x64-tar] | [Archive (tar.gz)][linux-x64-tar-rel-22] | [Archive (tar.gz)][linux-x64-tar-rel-21] Linux (x64 - musl)
_(for musl based OS, such as Alpine Linux)_ | [Archive (tar.gz)][linux-musl-x64-tar] | [Archive (tar.gz)][linux-musl-x64-tar-rel-22] | [Archive (tar.gz)][linux-musl-x64-tar-rel-21] Linux (arm32) | [Archive (tar.gz)][linux-arm-tar] | [Archive (tar.gz)][linux-arm-tar-rel-22] | [Archive (tar.gz)][linux-arm-tar-rel-21] +Linux (arm64) | [Archive (tar.gz)][linux-arm64-tar] | | Debian/Ubuntu (x64) | [Installer (deb)][debian-x64-deb] | [Installer (deb)][debian-x64-deb-rel-22] | [Installer (deb)][debian-x64-deb-rel-21] RedHat/Fedora (x64) | [Installer (rpm)][redhat-x64-rpm] | [Installer (rpm)][redhat-x64-rpm-rel-22] | [Installer (rpm)][redhat-x64-rpm-rel-21] diff --git a/build/SharedFx.props b/build/SharedFx.props index c788cc629c..feb9ee52a1 100644 --- a/build/SharedFx.props +++ b/build/SharedFx.props @@ -74,6 +74,7 @@ + diff --git a/build/repo.props b/build/repo.props index 38bc1dd623..b6662bb8d4 100644 --- a/build/repo.props +++ b/build/repo.props @@ -24,6 +24,7 @@ + @@ -33,6 +34,7 @@ + @@ -52,7 +54,7 @@ Arch="x86" Feed="$(DotNetAssetRootUrl)" FeedCredential="$(DotNetAssetRootAccessTokenSuffix)" /> - +