weberdaniel / reactive-cpp

Supervision Strategies for C++ Actor Framework
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Test out usage of act instead of using docker commands #28

Closed weberdaniel closed 2 years ago

weberdaniel commented 2 years ago

let's see how act works fine or not on ubuntu 20.04

weberdaniel commented 2 years ago

seems to work but needs to have docker privileges.

weberdaniel commented 2 years ago

though act works fine, it is considered cleaner to setup a proper multi-stage docker build, since this is not dependent on github

weberdaniel commented 2 years ago

yes better to not use act locally, better use dockerfiles locally and integrate it with github actions

weberdaniel commented 2 years ago

-Y close