DomiStyle / docker-tor-browser

Tor Browser (in a browser)
https://hub.docker.com/r/domistyle/tor-browser
MIT License
80 stars 23 forks source link

fixed x64 update and build #39

Closed lawndoc closed 1 year ago

lawndoc commented 1 year ago

Builds arm64 and x64 images without error after commit bf646f09ba317913ac70338d3983d3e32ed2f138 added separate version variables for each architecture.

Also fixed version auto-update for x64. For now, arm64 versions will be manual (see below).

Version auto-update for arm64 will need to be a separate workflow since Tor Browser Ports lags slightly behind in version numbers. I'll create a separate PR with an auto-update workflow for arm64 that queries the Tor Browser Ports available versions.

lawndoc commented 1 year ago

closes #30

lawndoc commented 1 year ago

Oops crap I didn't merge before I added the arm workflow... Whoops lol. I ran it and it works fine. Accidentally one less PR haha

lawndoc commented 1 year ago

I forgot GitHub auto-adds new commits to the PR. I'll remember that next time