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 e1a684d commit 8c72ec9Copy full SHA for 8c72ec9
1 file changed
.github/workflows/presubmit.yaml
@@ -43,6 +43,18 @@ jobs:
43
with:
44
arch: x86_64
45
46
+ build-cuttlefish-cvdremote-arm64-debian-package:
47
+ runs-on: ubuntu-24.04-arm
48
+ container:
49
+ image: debian@sha256:00cd074b40c4d99ff0c24540bdde0533ca3791edcdac0de36d6b9fb3260d89e2 # debian:bookworm-20250407 (arm64/v8)
50
+ steps:
51
+ - name: Checkout repository
52
+ uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
53
+ - name: Build debian package cuttlefish-cvdremote
54
+ uses: ./.github/actions/build-cuttlefish-cvdremote-debian-package
55
+ with:
56
+ arch: arm64
57
+
58
build-cuttlefish-cloud-orchestrator-x86_64-docker-image:
59
runs-on: ubuntu-24.04
60
steps:
0 commit comments