docker-platformio-core
docker-platformio-core copied to clipboard
PlatformIO Command Line Interface in a Docker Container. Tags:
Is that possible to use installed platform in github CICD to reduce time?
I run on gcloud-build is PermissionError -------------------------------------------------------------- HEAD is now at 5461b4b [feat] Add blink feature BUILD Pulling image: sglahn/platformio-core:latest latest: Pulling from sglahn/platformio-core f5d23c7fed46: Pulling fs layer bac1b0ed365c: Pulling...
w/o that an upload will fail with _Permission denied_ ``` Configuring upload protocol... AVAILABLE: espota, esptool CURRENT: upload_protocol = esptool Looking for upload port... Warning! Please install `99-platformio-udev.rules`. More details:...
Hi, the workflow is inspired by https://github.com/dersimn/HelloARM/blob/github-workflow/.github/workflows/docker.yml It automatically builds latest and a tagged image for the linux platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 Would be quiet handy for people using raspberry pi ;-)...
* No need to create a workspace yourself, `WORKDIR` will do it for you. * `"WARNING: apt does not have a stable CLI interface. Use with caution in scripts."` *...
Hi and thank you for this image. I'm trying to use it to build esp32 firmware and meet some problems. esp32 platform installs some python packages to work and pip...