Skip to content

Commit

Permalink
Fix #20: Add support for OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 9, 2024
1 parent 84346c3 commit a14b274
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- 7.3
- 7.4
- 7.5
- 7.6

architecture:
- x86-64
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ The following architectures and versions are supported:
| 7.1 |||
| 7.2 |||
| 7.3 |||
| 7.4 |||
| 7.5 |||
| 7.6 |||

## Building Locally

Expand Down
1 change: 1 addition & 0 deletions var_files/7.6/arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:7d79df740c701f162903307f941005fafdc82eff829e07104105c4c9e79986f4"
1 change: 1 addition & 0 deletions var_files/7.6/x86-64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:3133370f2cfa7aeb83735b23f8c06ed71fc375c33134f7524fb1222cbde533a6"

0 comments on commit a14b274

Please sign in to comment.