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

fix: Make sure that images can be built on arm64 #855

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaysonsantos
Copy link

What

Allow images to be built on arm64

Why

If emulation is used, it is slow and a few errors happen making the backend not runnable

I have read and understood the Contribution Guidelines.

This happens because pymssql does not have wheels for arm64
@CLAassistant
Copy link

CLAassistant commented Nov 20, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@@ -13,7 +13,7 @@
ENV PDM_VERSION 2.16.1

RUN apt-get update \
&& apt-get --no-install-recommends install -y docker \
&& apt-get --no-install-recommends install -y docker build-essential pkg-config freetds-dev libssl-dev libkrb5-dev \

Check notice

Code scanning / SonarCloud

Arguments in long RUN instructions should be sorted Low

Sort these package names alphanumerically. See more on SonarQube Cloud
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

Successfully merging this pull request may close these issues.

2 participants