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
Next Next commit
Update Dockerfile path in CI workflow
  • Loading branch information
matifali committed Jan 17, 2024
commit 7058a63ee5e48655ce32d0b5536237c0de7bf995
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ jobs:
project: 9rcqzb56rm
context: ./build-context
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./scripts/Dockerfile
file: ./scripts/Dockerfile.multiarch
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/coder/coder-preview:${{ steps.build.outputs.tag }}
Expand Down
File renamed without changes.