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

Add arm64 Docker image #174

Merged
merged 3 commits into from
Nov 5, 2023
Merged

Add arm64 Docker image #174

merged 3 commits into from
Nov 5, 2023

Conversation

claudioandre-br
Copy link
Member

Describe your changes

  • Add building Docker images targeting arm64 architecture.
  • Stop building Docker SSE2 binaries

Closes #171 and #170


Delivered:

$ crane manifest ghcr.io/openwall/john
{
  "schemaVersion": 2,
  "mediaType": "application/vnd.oci.image.index.v1+json",
  "manifests": [
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:c116266c2670c457e21f68e5bf42c060c9a8f355837b49adf6b491fda7d52fef",
      "size": 2008,
      "platform": {
        "architecture": "amd64",                          <======= HERE <=======
        "os": "linux"
      }
    },
    {
      "mediaType": "application/vnd.oci.image.manifest.v1+json",
      "digest": "sha256:7214d45e9aa0f6251aeed0ef843f7016252698dc423804a651df866203c0de84",
      "size": 2004,
      "platform": {
        "architecture": "arm64",                          <======= HERE <=======
        "os": "linux"
      }
    },
[...]

Add building Docker images targeting arm64 architecture.

Signed-off-by: Claudio André <[email protected]>
@claudioandre-br claudioandre-br merged commit cbc64b5 into main Nov 5, 2023
@claudioandre-br claudioandre-br deleted the docker branch November 5, 2023 22:54
@claudioandre-br claudioandre-br added the docker Pull requests that update Docker code label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add arm64 Docker image (with NVIDIA GPU support)
1 participant