Skip to content

Commit a14b274

Browse files
Fix #20: Add support for OpenBSD 7.6
1 parent 84346c3 commit a14b274

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- 7.3
2828
- 7.4
2929
- 7.5
30+
- 7.6
3031

3132
architecture:
3233
- x86-64

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ The following architectures and versions are supported:
3737
| 7.1 |||
3838
| 7.2 |||
3939
| 7.3 |||
40+
| 7.4 |||
41+
| 7.5 |||
42+
| 7.6 |||
4043

4144
## Building Locally
4245

var_files/7.6/arm64.pkrvars.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checksum = "sha256:7d79df740c701f162903307f941005fafdc82eff829e07104105c4c9e79986f4"

var_files/7.6/x86-64.pkrvars.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checksum = "sha256:3133370f2cfa7aeb83735b23f8c06ed71fc375c33134f7524fb1222cbde533a6"

0 commit comments

Comments
 (0)