Skip to content

Commit

Permalink
Fix #13: Add support for OpenBSD 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 20, 2022
1 parent 4dab880 commit a73549f
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -21,6 +21,7 @@ jobs:
- 6.8
- 6.9
- 7.1
- 7.2

architecture:
- x86-64
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The following architectures and versions are supported:
| 6.8 |||
| 6.9 |||
| 7.1 |||
| 7.2 |||

## Building Locally

Expand Down
1 change: 1 addition & 0 deletions var_files/7.2/arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:e07ba8f443eb1a739e17327bd4bba7c7c5c393d9b191158fbb168e059bd4d7ad"
1 change: 1 addition & 0 deletions var_files/7.2/x86-64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:308847b5bda358b3cc864ab68d4417faa01f6608029a591f91199fe92976f031"

0 comments on commit a73549f

Please sign in to comment.