We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ae6b0 commit 84da680Copy full SHA for 84da680
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
release:
7
description: 'OpenBSD release'
8
- default: '7.5'
+ default: '7.7'
9
required: true
10
type: string
11
filename:
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
- default: '7.6'
12
13
build_openbsd_qcow2.sh
@@ -31,7 +31,7 @@ PATH_MIRROR="${TOP_DIR}/mirror"
31
PATH_IMAGES="${TOP_DIR}/images"
32
PATH_TFTP="${TOP_DIR}/tftp"
33
34
-OPENBSD_VERSION="7.6"
+OPENBSD_VERSION="7.7"
35
OPENBSD_ARCH=amd64
36
37
OPENBSD_TRUSTED_MIRROR_BASE="https://ftp.openbsd.org/pub/OpenBSD"
0 commit comments