Skip to content

bump installbuilder container to the latest version #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump installbuilder container to the latest version
  • Loading branch information
umbynos committed Dec 1, 2021
commit eecfcf8deae4291736b1fa5eebb4db3f09e2d968
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:

env:
# vars used by installbuilder
INSTALLBUILDER_PATH: "/opt/installbuilder-21.6.0/bin/builder"
INSTALLBUILDER_PATH: "/opt/installbuilder-21.9.0/bin/builder"
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
# vars passed to installbuilder to install https certs automatically
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
installer-extension: .app

container:
image: floydpink/ubuntu-install-builder:21.6.0
image: floydpink/ubuntu-install-builder:21.9.0

steps:
- name: Checkout
Expand Down