Skip to content

Add arm64 support#46

Merged
HookedBehemoth merged 1 commit intoHookedBehemoth:masterfrom
rhee876527:patch-1
Aug 5, 2025
Merged

Add arm64 support#46
HookedBehemoth merged 1 commit intoHookedBehemoth:masterfrom
rhee876527:patch-1

Conversation

@rhee876527
Copy link
Copy Markdown
Contributor

Would be nice to build for arm64 architecture

@HookedBehemoth
Copy link
Copy Markdown
Owner

thanks but is there no native aarch64 runner we could use?

@HookedBehemoth
Copy link
Copy Markdown
Owner

Ok I see that this is exactly what they recommend https://docs.docker.com/build/ci/github-actions/multi-platform/
Would have thought that this works

jobs:
  docker-amd64:
    runs-on: ubuntu-latest

    steps:
      - name: Login to Docker Hub
      - name: Build and push

  docker-amd64:
    runs-on: ubuntu-24.04-arm

    steps:
      - name: Login to Docker Hub
      - name: Build and push

@HookedBehemoth HookedBehemoth merged commit 7ce4d20 into HookedBehemoth:master Aug 5, 2025
3 checks passed
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.

2 participants