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

Alpine Linux 3.19 #245

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

crazy-max
Copy link
Member

No description provided.

@crazy-max
Copy link
Member Author

Build seems to hang with Alpine 3.19. Not sure if linked to QEMU: https://github.com/anonaddy/docker/actions/runs/7220550101/job/19682994245?pr=245#step:7:3756

#39 [linux/arm/v6 stage-1 5/6] RUN apk --no-cache add -t build-dependencies     git     nodejs     npm   && node --version   && npm --version   && addgroup -g 1000 anonaddy   && adduser -D -h /var/www/anonaddy -u 1000 -G anonaddy -s /bin/sh -D anonaddy   && addgroup anonaddy mail   && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer   && git config --global --add safe.directory /var/www/anonaddy   && git init . && git remote add origin "https://github.com/anonaddy/anonaddy.git"   && git fetch --depth 1 origin "v1.0.3" && git checkout -q FETCH_HEAD   && composer install --optimize-autoloader --no-dev --no-interaction --no-ansi --ignore-platform-req=php-64bit   && chown -R anonaddy. /var/www/anonaddy   && npm ci --ignore-scripts   && APP_URL=https://addy-sh.test/ npm run production   && npm prune --production   && chown -R nobody.nogroup /var/www/anonaddy   && apk del build-dependencies   && rm -rf /root/.composer     /root/.config     /root/.npm     /var/www/anonaddy/.git     /var/www/anonaddy/node_modules     /tmp/*
Error: The operation was canceled.

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.

None yet

1 participant