Skip to content

Commit

Permalink
Merge pull request #417 from balena-os/ryan/use-generic-x86
Browse files Browse the repository at this point in the history
use genericx86-64-ext image for testing the workflow
  • Loading branch information
flowzone-app[bot] authored Sep 27, 2024
2 parents 0899d81 + 20435d2 commit 2dfcffc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# to the inputs and the defaults.

# TODO: We need a system to keep these inputs aligned across all device repos
name: Generic x86_64 (GPT)
name: Generic x86_64 (legacy MBR)

on:
# With these triggers the Yocto jobs will run
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
if: (github.event.pull_request.head.repo.full_name == github.repository) == (github.event_name == 'pull_request')
secrets: inherit
with:
machine: generic-amd64
machine: genericx86-64-ext
deploy-environment: balena-staging.com
# device-repo and device-repo-ref inputs should not be provided on device repos
device-repo: balena-os/balena-generic
device-repo: balena-os/balena-intel
device-repo-ref: master
# Use qemu workers for testing
test_matrix: >
Expand Down

0 comments on commit 2dfcffc

Please sign in to comment.