Skip to content

Commit e2a717d

Browse files
authored
Merge pull request #14 from enix/ci-20240606
feat: add sysupdate config files to GH release
2 parents 436d7eb + 0dc290c commit e2a717d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
files: |
171171
SHA256SUMS
172172
*.raw
173+
files/*.conf
173174
- name: Draft Release
174175
uses: softprops/action-gh-release@v1
175176
if: env.TAG_TYPE == 'alphanumeric'
@@ -178,3 +179,4 @@ jobs:
178179
files: |
179180
SHA256SUMS
180181
*.raw
182+
files/*.conf

files/noop.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Source]
2+
Type=regular-file
3+
Path=/
4+
5+
[Target]
6+
Type=regular-file
7+
Path=/

files/zfs.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Transfer]
2+
Verify=false
3+
[Source]
4+
Type=url-file
5+
Path=https://github.com/enix/sysext-bakery/releases/latest/download
6+
MatchPattern=zfs-@v-%w.raw
7+
[Target]
8+
InstancesMax=3
9+
Type=regular-file
10+
Path=/opt/extensions/zfs
11+
CurrentSymlink=/etc/extensions/zfs.raw

0 commit comments

Comments
 (0)