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 build in release is failing #1300

Closed
tobiasge opened this issue Sep 4, 2024 · 1 comment
Closed

ARM64 build in release is failing #1300

tobiasge opened this issue Sep 4, 2024 · 1 comment

Comments

@tobiasge
Copy link
Member

tobiasge commented Sep 4, 2024

Current Behavior

ERROR: failed to solve: process "/bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get upgrade --yes -qq --no-install-recommends && apt-get install --yes -qq --no-install-recommends bzip2 ca-certificates curl libldap-common libpq5 libxmlsec1-openssl openssh-client openssl python3 tini && curl --silent --output /etc/apt/keyrings/nginx-keyring.gpg https://unit.nginx.org/keys/nginx-keyring.gpg && echo "deb [signed-by=/etc/apt/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ mantic unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.32.1-1mantic unit-python3.12=1.32.1-1mantic && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 35
Error: Process completed with exit code 1.

Expected Behavior

Build should succeed.

Docker Compose Version

Docker Version

Github hosted runner

The git Revision

3.0.0

The git Status

-

Startup Command

NetBox Logs

-

Content of docker-compose.override.yml

-
@tobiasge
Copy link
Member Author

tobiasge commented Sep 4, 2024

I'm not yet sure why the build is failing in the release process but works in the tests. Might be because in release we use QEMU and not a native ARM64 runner.

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

1 participant