diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 06c3cce..edb57c7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,7 +41,7 @@ jobs: - deps strategy: matrix: - version: [ 7.3, 7.4, 7.5 ] + version: [ 7.3, 7.4, 7.5, 7.6 ] arch: [ amd64, i386 ] runs-on: ubuntu-latest container: @@ -89,7 +89,7 @@ jobs: - base strategy: matrix: - version: [ 7.5 ] + version: [ 7.6 ] arch: [ amd64 ] runs-on: ubuntu-latest env: diff --git a/openbsd b/openbsd index a2f50f9..c39725d 100755 --- a/openbsd +++ b/openbsd @@ -78,6 +78,18 @@ class Version: return cls.versions.get(version) DEFAULT_VERSION = Version.add( + version = "7.6", + pub = lines( + "untrusted comment: openbsd 7.6 base public key", + "RWTkuwn4mbq8ouJbfO4VfNH8+FdiZUosz2qIR0V0C9bm6CnVEt7CGkV0", + ), + archs = { + "amd64": "ca4df9a3edb7e86347240044d8c003d0f48f6460c0d4c37352624fe5b57bf830", + "i386": "baa0483450dc79c5cae2741530d6e3c2e6858a9836e03bff96fcf75e396124c0", + }, +) + +Version.add( version = "7.5", pub = lines( "untrusted comment: openbsd 7.5 public key", @@ -963,6 +975,7 @@ class Autoinstall: os.makedirs(self.sets) os.symlink(files.get("SHA256.sig", verify=False), os.path.join(self.sets, "SHA256.sig")) + os.symlink(files.get("BUILDINFO"), os.path.join(self.sets, "BUILDINFO")) for s in sets: if s == "site":