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

ARM64 supported container image building for Tentacle #374

Open
2good4hisowngood opened this issue Jun 7, 2022 · 3 comments
Open

ARM64 supported container image building for Tentacle #374

2good4hisowngood opened this issue Jun 7, 2022 · 3 comments

Comments

@2good4hisowngood
Copy link

In reference to issue #7464 I am opening this issue to try offering a Pull Request to give ARM64 Build support using the buildx tool provided by Docker.

@2good4hisowngood
Copy link
Author

I had hoped to PR add in the buildx tooling to what I thought was your docker image build step, but it looks like you're calling a dotnet build here:

"$DOTNET_EXE" build "$BUILD_PROJECT_FILE" /nodeReuse:false /p:UseSharedCompilation=false -nologo -clp:NoSummary --verbosity quiet

It appears that your builds may be done on a teamcity or OD server, based on this readme.

I had planned to try adding something like this for your build queue to output the ARM64 image:

docker buildx build --pull --platform linux/amd64,linux/arm64 --push .

@powareverb
Copy link

Especially keen to see this, to allow for AWS Graviton support.

@vaujo6y
Copy link

vaujo6y commented Oct 24, 2024

Also keen to see this, as would love to move tentacles onto AWS Graviton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants