Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makefile support on each supported hardware ? #10

Open
gedw99 opened this issue Jan 7, 2021 · 1 comment
Open

makefile support on each supported hardware ? #10

gedw99 opened this issue Jan 7, 2021 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Jan 7, 2021

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 ?

@maruel
Copy link
Member

maruel commented Jan 7, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants