jk.nipponalba.scot website https://jk.nipponalba.scot
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.

24 lines
945 B

  1. ---
  2. category:
  3. - DroneCI
  4. - RPI4
  5. - Pine64
  6. - docker
  7. date: '2021-01-28 00:53:38'
  8. draft: false
  9. pleromaurl: 'https://social.nipponalba.scot/notice/A3gDzKa7NOJ8d41rkm'
  10. posttype: note
  11. sensitive: 'false'
  12. slug: 60120b12
  13. visibility: public
  14. title: note
  15. ---
  16. 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:
  17. 1. Git clone. Takes a few seconds manually but the stage took 3m34s to complete for the job I'm currently waiting on finishing
  18. 2. Hugo build, can see from the output that the build took 2591ms.. Stage took 2m10s
  19. 3. Scp pull.. 45 seconds here.. Though in reality fraction of the time..
  20. 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.