Skip to content

Commit

Permalink
Fix #15: Add support for OpenBSD 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 26, 2023
1 parent 345d841 commit a5b93fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: ubuntu:22.10
container: ubuntu:latest
timeout-minutes: 60
strategy:
fail-fast: false
Expand All @@ -23,6 +23,7 @@ jobs:
- 7.1
- 7.2
- 7.3
- 7.4

architecture:
- x86-64
Expand Down
1 change: 1 addition & 0 deletions var_files/7.4/arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:7b08b2ce081cff6408d183f7152ddcfd2779912104866e4fdf6ae2d864b51142"
1 change: 1 addition & 0 deletions var_files/7.4/x86-64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checksum = "sha256:d6672335500c6aa0bee3d05a9f4ed61381cdb07e50f977664aa4f594d36774fd"

0 comments on commit a5b93fc

Please sign in to comment.