Skip to content

Commit

Permalink
remove service account which doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Jan 30, 2025
1 parent f8fa817 commit c80fb61
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-tdx-vm-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,14 @@ jobs:
run: nix build -L .#tdx_google

- name: Upload image to GCS
if: ${{ github.event_name == 'workflow_dispatch' }}
#if: ${{ github.event_name == 'workflow_dispatch' }}
run: gsutil cp result/tdx_base_1.vmdk gs://matterlabs-tdx-image-build/tdx_base_latest.vmdk

creat-gcloud-image:
needs: build-image
runs-on: [ matterlabs-default-infra-runners ]
steps:
- name: Run image migration
run: |
gcloud migration vms image-imports create --location=us-central1 --skip-os-adaptation \
--source-file=gs://matterlabs-tdx-image-build/tdx_base_latest.vmdk tdx-img-latest

0 comments on commit c80fb61

Please sign in to comment.