Skip to content

Commit

Permalink
re-enable AMI deploys
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 Dec 13, 2024
1 parent 2425726 commit 3b2fd8b
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 77 deletions.
7 changes: 4 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 @@ -53,11 +53,12 @@ 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
test_matrix: >
{
Expand Down
Loading

0 comments on commit 3b2fd8b

Please sign in to comment.