Skip to content

Commit

Permalink
DEBUG: try using generic-amd64
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Nov 22, 2024
1 parent 2972875 commit 509d395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/genericx86-64-ext.yml
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 (legacy MBR)
name: Generic x86_64 (GPT)

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: genericx86-64-ext
machine: generic-amd64
deploy-environment: balena-staging.com
# device-repo and device-repo-ref inputs should not be provided on device repos
device-repo: balena-os/balena-intel
device-repo: balena-os/balena-generic
device-repo-ref: master
deploy-ami: true
# Use qemu workers for testing
Expand Down

0 comments on commit 509d395

Please sign in to comment.