We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df90b9a commit b4faed8Copy full SHA for b4faed8
mkosi.profiles/gcp/mkosi.postoutput
@@ -51,3 +51,11 @@ touch -d "2024-01-01 00:00:00 UTC" "$TMP/disk.raw" 2>/dev/null || true
51
tar --format=oldgnu -Sczf "$TAR" -C "$TMP" disk.raw
52
53
rm -rf "$TMP"
54
+
55
+IMAGE_NAME="bob-l2-poc-ilya-tmp-$(date +%s)"
56
+GS_PATH="gs://flashbots-artifacts-us-east5/${IMAGE_NAME}.tar.gz"
57
58
+echo export CLOUDSDK_CORE_PROJECT=flashbots-artifacts
59
+echo gcloud storage cp ./build/tdx-debian.tar.gz "${GS_PATH}"
60
+echo gcloud beta compute images create --guest-os-features TDX_CAPABLE,UEFI_COMPATIBLE --source-uri "${GS_PATH}" "${IMAGE_NAME}"
61
+echo "This will create GCP image: projects/flashbots-artifacts/global/images/${IMAGE_NAME}"
0 commit comments