Skip to content

Commit

Permalink
feat: add sysupdate config files to GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jun 6, 2024
1 parent 436d7eb commit 0dc290c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
files: |
SHA256SUMS
*.raw
files/*.conf
- name: Draft Release
uses: softprops/action-gh-release@v1
if: env.TAG_TYPE == 'alphanumeric'
Expand All @@ -178,3 +179,4 @@ jobs:
files: |
SHA256SUMS
*.raw
files/*.conf
7 changes: 7 additions & 0 deletions files/noop.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Source]
Type=regular-file
Path=/
[email protected]
[Target]
Type=regular-file
Path=/
11 changes: 11 additions & 0 deletions files/zfs.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Transfer]
Verify=false
[Source]
Type=url-file
Path=https://github.com/enix/sysext-bakery/releases/latest/download
MatchPattern=zfs-@v-%w.raw
[Target]
InstancesMax=3
Type=regular-file
Path=/opt/extensions/zfs
CurrentSymlink=/etc/extensions/zfs.raw

0 comments on commit 0dc290c

Please sign in to comment.