Tangled instance definitions for Scaleway, with Packer codeka.io/2026/05/10/packer-scaleway/
knot spindle packer scaleway tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

👷 : add basic pipeline to build spindle image

Julien WITTOUCK (May 7, 2026, 8:28 PM +0200) 163e0fbc fa79279b

+13
+13
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - mise 10 + 11 + steps: 12 + - name: "Mise build" 13 + command: "mise build"