Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0405ysj committed Aug 13, 2024
1 parent 32a71aa commit 90a7f25
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,22 @@ jobs:
with:
name: cuttlefish_packages_arm64
path: tools/cuttlefish-host-image-installer/cuttlefish_packages.7z
build-x86_64-docker-image-job:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
- name: Install bazel
run: sudo bash tools/buildutils/installbazel.sh
- name: bazel version
run: bazel version
- name: BUILDX_CONFIG
value: /tmp/buildx
run: |
cd e2etests
bazel build @images//docker:orchestration_image_tar
- name: Publish docker image
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # aka v4.0.0
with:
name: docker_image_x86_64
path: bazel-bin/external/images/docker/orchestration-image.tar

0 comments on commit 90a7f25

Please sign in to comment.