Skip to content

Commit

Permalink
fixup! Feature: multi-platform (x86_64 and Arm64) images (#1946) (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonschroeder-sfdc authored Nov 1, 2024
1 parent c80da25 commit 6927166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildfarm-images-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Build Server Image
id: buildAndPushServerImage
run: bazel run public_push_buildfarm-server -- --tag latest
run: bazel run //container:public_push_buildfarm-server -- --tag latest

- name: Build Worker Image
id: buildAndPushWorkerImage
run: bazel run public_push_buildfarm-worker -- --tag latest
run: bazel run //container:public_push_buildfarm-worker -- --tag latest

0 comments on commit 6927166

Please sign in to comment.