Don't build on linux-legacy

Contributes CURA-10951
This commit is contained in:
Jelle Spijker 2023-09-01 07:37:34 +02:00
parent 5cf2ecc666
commit 59ce5a6c49
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
3 changed files with 2 additions and 16 deletions

View file

@ -179,10 +179,7 @@ jobs:
run: |
import os
enterprise = "-Enterprise" if "${{ inputs.enterprise }}" == "true" else ""
if "${{ inputs.operating_system }}" == "ubuntu-22.04":
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-modern-${{ inputs.architecture }}"
else:
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-${{ inputs.architecture }}"
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-${{ inputs.architecture }}"
output_env = os.environ["GITHUB_OUTPUT"]
content = ""
if os.path.exists(output_env):