Skip to content

Swapnali911/dotnet-s390x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-s390x

Scripts to cross-build .NET for s390x and ppc64le.

Basic usage

  1. Remove stale files:
./dotnet-cleanup
  1. Apply patches:
./dotnet-prepare
  1. Build:
./dotnet-build

or

ARCH=ppc64le ./dotnet-build

Docker

If you don't want to configure your machine for .NET development, prefix all commands with docker/run, e.g.:

docker/run ./dotnet-build

or

ARCH=ppc64le docker/run ./dotnet-build

Building the latest version

After cleanup, run:

./dotnet-bump

This will check out the latest sources and create a local tag.

Building a specific version

After cleanup, run:

./dotnet-bump "$installer_version"

where $installer_version is something like 7.0.100-preview.7.22362.1.

This will check out the corresponding sources and create a local tag.

Uploading binaries to GitHub

Before first use, run:

gh auth login

and follow the instructions.

Make sure you used ./dotnet-bump, since it creates a tag.

After building, run:

./dotnet-release

About

Cross-build scripts for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.1%
  • Dockerfile 13.9%