You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to use periph/bootstrap so we can deploy golang and flutter ( source and binaries) to embedded devices...
We use makefile such that it allows us to use make in Github Actions and on our embedded devices with no changes except maybe some sniffing in the makefiles to detect GOOS , GOARCH, etc
On a Raspbian I see it being installed indirectly. I forget how to determine the dependency that got it installed. I don't know for other distros (e.g. Armbian)
i would like to use periph/bootstrap so we can deploy golang and flutter ( source and binaries) to embedded devices...
We use makefile such that it allows us to use make in Github Actions and on our embedded devices with no changes except maybe some sniffing in the makefiles to detect GOOS , GOARCH, etc
Here is an example of make being used in this way: https://github.com/getcouragenow/booty/blob/master/makefile
Here is it running: https://github.com/getcouragenow/booty/actions/runs/468914088
SO , I was wondering if your bootstrap installs make on each device ?
The text was updated successfully, but these errors were encountered: