diff --git a/.github/workflows/testing-framework.yaml b/.github/workflows/testing-framework.yaml index 74b2f2f1..ca9be417 100644 --- a/.github/workflows/testing-framework.yaml +++ b/.github/workflows/testing-framework.yaml @@ -39,6 +39,9 @@ jobs: - arch: arm64 aws_image_type: m7g.medium aws_ami_architecture: arm64 + - arch: amd64 # gpu enabled + aws_image_type: g4dn.xlarge + aws_ami_architecture: x86_64 steps: - name: Checkout uses: actions/checkout@v4.1.1