activitywatch icon indicating copy to clipboard operation
activitywatch copied to clipboard

build: added old WIP Dockerfile and dockerignore

Open ErikBjare opened this issue 3 years ago • 4 comments

Probably doesn't work, not sure if there's any use for it, just wanted to get it out of my working tree.

ErikBjare avatar Aug 30 '22 09:08 ErikBjare

I've realized this might actually be useful to build arm64 releases, making progress on https://github.com/ActivityWatch/activitywatch/issues/641

ErikBjare avatar Apr 09 '23 10:04 ErikBjare

Turns out pyqt6-qt6 doesn't have an arm64 wheel on PyPI (although exists in Ubuntu 22.10).

A workaround, that I've been meaning to do anyway, could be to offer a non-GUI aw-qt that exists as a CLI only (without any deps on qt). Similar to what was requested in https://github.com/ActivityWatch/aw-qt/issues/84

ErikBjare avatar Apr 09 '23 11:04 ErikBjare

@ErikBjare

Turns out pyqt6-qt6 doesn't have an arm64 wheel on PyPI (although exists in Ubuntu 22.10).

I am confused, does this not mean that there is an arm64 wheel for PyQt6-Qt6? https://files.pythonhosted.org/packages/db/63/1a6ffdc84f98e37510171b9b6c2ce9be5006fbffaa5e077f028a5a1ad755/PyQt6_Qt6-6.5.1-py3-none-macosx_11_0_arm64.whl

Screenshot 2023-06-12 at 10 28 03 PM

jlumbroso avatar Jun 13 '23 02:06 jlumbroso

@jlumbroso I was referring to an arm64 Linux build.

I'm not sure if you can use the changes in this PR to make a Docker-built version of ActivityWatch for macOS under arm64, but maybe?

ErikBjare avatar Jun 13 '23 07:06 ErikBjare