You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
--- category: - DroneCI - RPI4 - Pine64 - docker date: '2021-01-28 00:53:38' draft: false pleromaurl: 'https://social.nipponalba.scot/notice/A3gDzKa7NOJ8d41rkm' posttype: note sensitive: 'false' slug: 60120b12 visibility: public title: note --- As much as I like the automation of my website publishing process, I really don't think that DroneCI is well suited for arm (or maybe the fault lies with docker and may be rpi specific). The job consists of 3 steps/modules:
1. Git clone. Takes a few seconds manually but the stage took 3m34s to complete for the job I'm currently waiting on finishing
2. Hugo build, can see from the output that the build took 2591ms.. Stage took 2m10s
3. Scp pull.. 45 seconds here.. Though in reality fraction of the time..
It runs on a rasperry pi 4 (2GB) though isn't the only running service.. However, my similarly specced pine64 devices don't struggle with the multiple jobs they run.
|