Conversation
This pull request addresses an error in the Dockerfile.arch file caused by using an incorrect base image reference (archlinux/latest). The Docker Hub archlinux repository does not support a latest tag, which leads to a "failed to resolve source metadata" error during the Docker build process. This PR updates the base image reference to archlinux, resolving the error and allowing for a successful build. Fix #2004 Note: Commit message edited by @jubalh since @tjsweetblack didn't respond.
This reverts commit 3def839.
Member
Author
|
@anthraxx do you by any chance see what's wrong on the Arch CI build? libsignal is installed and configure also finds it but then later |
This fixes the build as well.
414e8c2 to
3030595
Compare
Member
Author
|
Arch works. |
90a1ae2 to
797e0bc
Compare
Member
Author
|
Will leave the macOS disabled for now until someone with macOS/homebrew knowledge chimes in. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason GH didn't update #2004 when I tried to push to that branch. So here is a new PR.