simple-login / app

The SimpleLogin back-end and web app
https://simplelogin.io
GNU Affero General Public License v3.0
4.83k stars 411 forks source link

ci: remove v7 #2062

Closed martadams89 closed 3 months ago

martadams89 commented 3 months ago

Remove armv7 from build as poetry seems to error on build

Tested on personal repo

[linux/arm/v7 stage-1 4/6] RUN pip install -U pip && apt-get update && apt install -y curl netcat-traditional gcc python3-dev gnupg git libre2-dev cmake ninja-build && curl -sSL https://install.python-poetry.org | python3 - && apt-get purge -y curl netcat-traditional && poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi --no-root && apt-get purge -y libre2-dev cmake ninja-build && apt-get clean && rm -rf /var/lib/apt/lists/*: 89.53 89.53 You can uninstall at any time by executing this script with the --uninstall option, 89.53 and these changes will be reverted. 89.53 89.53 Installing Poetry (1.8.2) 89.53 Installing Poetry (1.8.2): Creating environment 145.1 Installing Poetry (1.8.2): Installing Poetry 1664.6 Installing Poetry (1.8.2): An error occurred. Removing partial environment. 1664.7 Poetry installation failed. 1664.7 See /code/poetry-installer-error-hp5ge9u6.log for error logs.

martadams89 commented 3 months ago

@acasajus I re-ran this build on my forked repo and armv7 builds seemed to have issues installing poetry... removing armv7 from the GitHub Workflow.

arm64 builds successfully

acasajus commented 3 months ago

Hey, thanks for double checking this.