Skip to content

Commit 6f2c790

Browse files
committed
Add OpenBSD 7.6
1 parent 8325fc5 commit 6f2c790

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- deps
4242
strategy:
4343
matrix:
44-
version: [ 7.3, 7.4, 7.5 ]
44+
version: [ 7.3, 7.4, 7.5, 7.6 ]
4545
arch: [ amd64, i386 ]
4646
runs-on: ubuntu-latest
4747
container:
@@ -89,7 +89,7 @@ jobs:
8989
- base
9090
strategy:
9191
matrix:
92-
version: [ 7.5 ]
92+
version: [ 7.6 ]
9393
arch: [ amd64 ]
9494
runs-on: ubuntu-latest
9595
env:

openbsd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ class Version:
7878
return cls.versions.get(version)
7979

8080
DEFAULT_VERSION = Version.add(
81+
version = "7.6",
82+
pub = lines(
83+
"untrusted comment: openbsd 7.6 base public key",
84+
"RWTkuwn4mbq8ouJbfO4VfNH8+FdiZUosz2qIR0V0C9bm6CnVEt7CGkV0",
85+
),
86+
archs = {
87+
"amd64": "ca4df9a3edb7e86347240044d8c003d0f48f6460c0d4c37352624fe5b57bf830",
88+
"i386": "baa0483450dc79c5cae2741530d6e3c2e6858a9836e03bff96fcf75e396124c0",
89+
},
90+
)
91+
92+
Version.add(
8193
version = "7.5",
8294
pub = lines(
8395
"untrusted comment: openbsd 7.5 public key",
@@ -1131,6 +1143,7 @@ class Autoinstall:
11311143
os.makedirs(self.sets)
11321144

11331145
os.symlink(files.get("SHA256.sig", verify=False), os.path.join(self.sets, "SHA256.sig"))
1146+
os.symlink(files.get("BUILDINFO"), os.path.join(self.sets, "BUILDINFO"))
11341147

11351148
for s in sets:
11361149
if s == "site":

0 commit comments

Comments
 (0)