Basic ISO #54
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/54/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -97,3 +118,4 @@
image: docker.nix-community.org/nixpkgs/nix-flakes:latest
volumes:
- name: file-exchange
path: /var/nix/iso-cache
Before we merge, we should add a
when
filter, so the build only runs on branchmain
ortag
. Perhaps also better filenames (PubSolarOS-$YYYYMMDD-$SHA256.iso
), and then keep the last N generations. Mayb 15? Don't know how much cloud storage we want to use for this, but it's always good to have a couple of known-good ISOs at different points in development.Good points - the filter is in place but needs small adjustments with the
trigger:
in line 152.Agreed on better naming. Will probably be easiest to prepare this before doing scp.
Cleaning up will also be a separate step I guess.
ToDos before merging:
trigger:
to branchmain
This should probably be a be a generic key
What password is this?
It's very secret
LGTM