Skip to content
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

docker image for arm64 #188

Closed
2 tasks done
wey-gu opened this issue Nov 16, 2022 · 2 comments · Fixed by #189
Closed
2 tasks done

docker image for arm64 #188

wey-gu opened this issue Nov 16, 2022 · 2 comments · Fixed by #189
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Nov 16, 2022

  • in nightly build, it's not actully pushed as we are missing push: true for build-push-action@v3

- name: Build and push Docker images
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
tags: vesoft/nebula-console/nightly, vesoft/nebula-console/v3-nightly

  • the docker build and push in release.yaml is still the old one for single arch.

  • nightly image

  • release image

@Sophie-Xie Sophie-Xie added the type/enhancement Type: make the code neat or more efficient label Nov 29, 2022
@Aiee Aiee closed this as completed in #189 Dec 1, 2022
@wey-gu
Copy link
Contributor Author

wey-gu commented Dec 1, 2022

Seems the docker build is failing, im debugging it locally now @Aiee @jievince

@wey-gu
Copy link
Contributor Author

wey-gu commented Dec 1, 2022

lQLPJxNkx5wtf6bNA27NBiqw5ZOhAzDYWCEDhMvZWUBpAA_1578_878

we now have nightly image in dual arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants