Skip to content

ci: build a multi-arch main image #11668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
cleanup
  • Loading branch information
matifali committed Jan 17, 2024
commit ea40b0f7184054f55e8b83601018a1d8f70a6f6f
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,9 +719,8 @@ jobs:
# in the Dockerfile. This is arm for armv7.
mv build-context/coder_linux_armv7 build-context/coder_linux_arm

# export version, base_tag, and tag as outputs
# export version, and tag as outputs
echo "version=$version" >> $GITHUB_OUTPUT
echo "base_tag=$base_tag" >> $GITHUB_OUTPUT
echo "tag=$tag" >> $GITHUB_OUTPUT

- name: Set up Depot
Expand Down