Skip to content

Commit 84da680

Browse files
committed
OpenBSD 7.7 support
1 parent e6ae6b0 commit 84da680

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
release:
77
description: 'OpenBSD release'
8-
default: '7.5'
8+
default: '7.7'
99
required: true
1010
type: string
1111
filename:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
release:
99
description: 'OpenBSD release'
10-
default: '7.6'
10+
default: '7.7'
1111
required: true
1212
type: string
1313

build_openbsd_qcow2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PATH_MIRROR="${TOP_DIR}/mirror"
3131
PATH_IMAGES="${TOP_DIR}/images"
3232
PATH_TFTP="${TOP_DIR}/tftp"
3333

34-
OPENBSD_VERSION="7.6"
34+
OPENBSD_VERSION="7.7"
3535
OPENBSD_ARCH=amd64
3636

3737
OPENBSD_TRUSTED_MIRROR_BASE="https://ftp.openbsd.org/pub/OpenBSD"

0 commit comments

Comments
 (0)