don't specify arch for runs-on

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-18 22:47:08 +02:00
parent f5f0684284
commit bc13ba8c24
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -76,7 +76,7 @@ env:
jobs:
cura-installer-create:
runs-on: [ self-hosted, "${{ inputs.architecture }}" ]
runs-on: [ self-hosted ]
steps:
- name: Checkout