Ppfw docker build (#1725)

* Docker build ppfw by default

* Allow GH workflows to be triggered from any branch

* Fix asset path for github upload
This commit is contained in:
E.T
2024-01-05 21:59:15 +01:00
committed by GitHub
parent e7f8952ece
commit b53032a8a5
5 changed files with 17 additions and 13 deletions

View File

@@ -24,4 +24,4 @@ RUN mkdir ~/bin && cd ~/bin && \
for tool in gcc g++ cpp c++;do ln -s $(which ccache) arm-none-eabi-$tool;done
CMD cd .. && cd build && \
cmake .. && make firmware
cmake .. && make ppfw