File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 name : Build RasperryPI3 distro
6161 command : |
6262 mkdir dist/
63- curl -X POST --data-binary @rpi3 -o dist/rasperrypi3-image.tar http://build.eliot.run/linuxkit/eliot-os/build/rpi3
63+ curl --fail - X POST --data-binary @rpi3.yml http://build.eliot.run/linuxkit/eliot-os-raspberrypi3 /build/rpi3 | tar xv -C dist
6464 ghr -token $GITHUB_TOKEN -username $CIRCLE_PROJECT_USERNAME -repository $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG dist/
6565
6666workflows :
@@ -75,9 +75,6 @@ workflows:
7575 - /.*/
7676
7777 - publish-packages :
78- requires :
79- - test
80-
8178 # Don't run when branches updates, only when tags get created
8279 filters :
8380 branches :
@@ -87,9 +84,6 @@ workflows:
8784 - /v.*/
8885
8986 - publish-linuxkit :
90- requires :
91- - test
92-
9387 # Don't run when branches updates, only when tags get created
9488 filters :
9589 branches :
You can’t perform that action at this time.
0 commit comments