Skip to content

Commit b691425

Browse files
committed
bump installbuilder container to the latest version (#642)
* bump installbuilder container to the latest available version * bump installbuilder to 21.6.0
1 parent 9cfb20c commit b691425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
env:
233233
# vars used by installbuilder
234-
INSTALLBUILDER_PATH: "/opt/installbuilder-20.9.0/bin/builder"
234+
INSTALLBUILDER_PATH: "/opt/installbuilder-21.6.0/bin/builder"
235235
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
236236
# vars passed to installbuilder to install https certs automatically
237237
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
@@ -273,7 +273,7 @@ jobs:
273273
installer-extension: .app
274274

275275
container:
276-
image: floydpink/ubuntu-install-builder:20.9.0
276+
image: floydpink/ubuntu-install-builder:21.6.0
277277

278278
steps:
279279
- name: Checkout

0 commit comments

Comments
 (0)