Skip to content

Commit

Permalink
add m1 note for reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Nov 7, 2022
1 parent f01f323 commit 0f1f837
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reproducible-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ At the end of the build you will be presented with a base32 encoded hash of the
Get signatures from the description of the github release and enter one by one in the same order as provided in the release.

After adding signatures binaries in the `release` folder should be exactly the same as in github release. Hashes of the binaries will be saved to `release/sha256.txt`.

# Apple M1 users

For Apple M1 add a plafrom flag to the docker commands:

```sh
docker build -t diy . --platform linux/x86_64
docker run --platform linux/amd64 -ti -v `pwd`:/app diy
```

0 comments on commit 0f1f837

Please sign in to comment.