Skip to content

Commit

Permalink
Merge pull request #14 from enix/ci-20240606
Browse files Browse the repository at this point in the history
feat: add sysupdate config files to GH release
  • Loading branch information
donch authored Jun 6, 2024
2 parents 436d7eb + 0dc290c commit e2a717d
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=/
MatchPattern=invalid@v.raw
[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 e2a717d

Please sign in to comment.