nimbus-eth1/docker/dist
jangko b0000eed8b
Add check copyright year linter to CI
2023-11-01 10:41:20 +07:00
..
base_image Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
binaries Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
0001-Makefile-support-Mingw-more-cross-compilation.patch dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Dockerfile.amd64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.arm Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.arm64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.macos Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.macos-arm64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.win64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
README-Windows.md.tpl dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
README.md.tpl dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
entry_point.sh Selectively download nimbus-eth2 submodules (#1757) 2023-09-19 07:47:58 +07:00
rocksdb-7.0.2-arm.patch dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00

README.md.tpl

# Binary Nimbus distribution

This binary distribution of the Nimbus eth1 package is compiled
in a [reproducible way](https://reproducible-builds.org/) from source files
hosted at https://github.com/status-im/nimbus-eth1.

The tarball containing this README uses the following naming scheme:

```bash
nimbus-eth1_<TARGET OS>_<TARGET CPU>_<VERSION>_<GIT COMMIT>.tar.gz
```

## Reproducing the build

Besides the generic build requirements, you also need [Docker](https://www.docker.com/).

```bash
git clone https://github.com/status-im/nimbus-eth1.git
cd nimbus-eth1
git checkout GIT_COMMIT
make update
make dist
```

## Significant differences from self-built binaries

No `-march=native`.