Skip to content

Commit

Permalink
Add support for FreeBSD 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 5, 2024
1 parent 9495d9a commit 0e5ede6
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:
- '13.0'
- '13.1'
- '13.2'
- '13.3'
- '14.0'

architecture:
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The following architectures and versions are supported:
| Version | x86-64 | ARM64 |
|---------|--------|-------|
| 14.0 |||
| 13.3 |||
| 13.2 |||
| 13.1 |||
| 13.0 |||
Expand Down
1 change: 1 addition & 0 deletions var_files/13.3/arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:937ff722278a23305a4f9b6924059459b60a46679bddf39f4a2d7251aa914bbf"
1 change: 1 addition & 0 deletions var_files/13.3/x86-64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:4064f704baadf204ab4f75dda987e717b8da252840675ee5feef8f5be7e9356c"

0 comments on commit 0e5ede6

Please sign in to comment.