* Replace mkdir with WORKDIR
* Remove unnecessary package list
* Remove graalvm removal in the base image
This could speed up local builds since we don't need to download it
every time
* Remove package information
* Remove the downloaded apk
* Add a changelog entry
* Revert WORKDIR changes
* Reuse linux binary in docker build
* Have a dedicated Dockerfile for CI
* Reuse linux binary in GH Actions
* Make docker action depend only on linux
* Run Actions only on master