winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
514 stars 82 forks source link

Push a new version of billziss/xgo-cgofuse? #27

Closed joscarsson closed 4 years ago

joscarsson commented 5 years ago

I tried cross-compiling using the billziss/xgo-cgofuse Docker image, but it fails due to too old go version. I then tried using the Dockerfile in the repo instead, and built the image locally - that worked. I think all that is missing is a new version of billziss/xgo-cgofuse pushed to the Docker registry.

vansante commented 5 years ago

Im having the same problem

jannson commented 5 years ago

You can build yourself with the Dockerfile in source code. The author is so nice!

billziss-gh commented 4 years ago

The xgo-cgofuse image is now regularly built using DockerHub.

https://hub.docker.com/r/billziss/xgo-cgofuse/builds

ncw commented 4 years ago

I note that the base xgo has had a new release but docker hub hasn't rebuild xgo-cgofuse...

billziss-gh commented 4 years ago

I can kick start this manually, but thought that this was the benefit of Docker’s infra?

ncw commented 4 years ago

I can kick start this manually, but thought that this was the benefit of Docker’s infra?

Yes me too!

billziss-gh commented 4 years ago

I manually triggered a new build.

But I seem to recall that there was a standing bug in the Docker infrastructure regarding this? I think we had this discussion somewhere else (perhaps in an rclone issue).

ncw commented 4 years ago

I manually triggered a new build.

Thank you :-)

But I seem to recall that there was a standing bug in the Docker infrastructure regarding this? I think we had this discussion somewhere else (perhaps in an rclone issue).

Hmm, yes I think I remember reading this somewhere...