Skip to content

Commit 8c72ec9

Browse files
committed
Build cuttlefish-cvdremote for ARM64
1 parent e1a684d commit 8c72ec9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/presubmit.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ jobs:
4343
with:
4444
arch: x86_64
4545

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+
4658
build-cuttlefish-cloud-orchestrator-x86_64-docker-image:
4759
runs-on: ubuntu-24.04
4860
steps:

0 commit comments

Comments
 (0)