You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: docker references and test
* test
* test
* test
* test
* fix: test
* fix: test
* fix: test
* fix: test
* fix: checksum calculation, docker image, test
* fix: path
* fix: install curl
* fix: dockerfile
* fix: test
* fix: path to app
* fix: dockerfile
* test
* test
* test
* test
* test
* test
* test
* test
* remove sleep
* fix: error output
* fix: all
* docs: update info on README
* docs: fix readme
We have to play a balancing game of using Homebrew (cannot be root) and writing various files to use Homebrew Releaser (must be root or have write access), to get around this we setup and install everything using a `linuxbrew` user and directory but then everything afterwards (git clone, writing files, etc) occur inside of `/tmp`. This is an unfortunate but required path to take since using the official Python Docker image won't let us use Brew and have write access while using the Brew image gets us Homebrew but we cannot write in the normal directory. Thus we hack it a bit and just play inside of `/tmp`.
186
+
153
187
### Run Manually via Docker
154
188
155
189
Homebrew Releaser does not clean up artifacts after completing since the temporary Docker image on GitHub Actions will be discarded anyway.
0 commit comments