Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0405ysj committed Aug 12, 2024
1 parent 32a71aa commit 322579b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ jobs:
path: e2etests/bazel-testlogs
build-arm64-cuttlefish-deb-job:
uses: ./.github/workflows/reusable-build.yaml
build-arm64-docker-image-job:
uses: ./.github/workflows/reusable-build.yaml
18 changes: 18 additions & 0 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,21 @@ jobs:
with:
name: cuttlefish_packages_arm64
path: tools/cuttlefish-host-image-installer/cuttlefish_packages.7z
build-arm64-docker-image-job:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
- name: Prepare building environment
run: sudo apt update && sudo apt-get install -y ubuntu-dev-tools qemu-user-static binfmt-support fakeroot equivs
- name: Pbuilder arm64 create
run: pbuilder-dist stable arm64 create
- name: Pbuilder arm64 update
run: pbuilder-dist stable arm64 update
- name: Building docker image
run: bazel build docker/orchestration_image_tar
- name: Publish cuttlefish_packages.7z
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # aka v4.0.0
with:
name: docker_image_arm64
path: bazel-bin/docker/orchestration-image.tar

0 comments on commit 322579b

Please sign in to comment.