Skip to content

Commit bf51113

Browse files
authored
Merge pull request #15930 from ethereum/mention-buildx-dep-in-release-checklist
release checklist: mention buildx as requirement for docker_deploy_manual
2 parents 340ae32 + c84cac8 commit bf51113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReleaseChecklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
77
- [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
88
a gnupg key for your email in the ``ethereum.org`` domain (has to be version 1, gpg2 won't work).
9+
- [ ] Ubuntu/Debian dependencies of the Docker script: ``docker-buildx``.
910
- [ ] Ubuntu/Debian dependencies of the PPA scripts: ``devscripts``, ``debhelper``, ``dput``, ``git``, ``wget``, ``ca-certificates``.
1011
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [``solc`` package](https://www.npmjs.com/package/solc).
1112
- [ ] Access to the [solidity_lang Twitter account](https://twitter.com/solidity_lang).
@@ -79,6 +80,7 @@ At least a day before the release:
7980
- [ ] Update the version and the hash (``sha256sum solidity_$VERSION.tar.gz``) in the [``solidity`` formula in Homebrew core repository](https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/solidity.rb).
8081

8182
### Docker
83+
- [ ] Make sure ``docker-buildx`` is installed.
8284
- [ ] Run ``./scripts/docker_deploy_manual.sh v$VERSION``.
8385

8486
### PPA

0 commit comments

Comments
 (0)