Spun out docker (#4859)

* Spun out docker

Remove docker from Makefile.release so we can actually release.
Unify the mips stuff, now that docker is gone.
Update the docs to reflect this.

See #4858

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update test as well

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2021-09-13 14:47:46 +02:00
committed by GitHub
parent 75d5da5228
commit df92e8a8ca
2 changed files with 4 additions and 82 deletions

View File

@@ -79,4 +79,4 @@ jobs:
uses: actions/checkout@v2
- name: Test Makefile
run: make DOCKER=bla GITHUB_ACCESS_TOKEN=bla -n build docker github-push docker-push -f Makefile.release
run: make GITHUB_ACCESS_TOKEN=bla -n build github-push -f Makefile.release