linuxserver / docker-foldingathome

GNU General Public License v3.0
41 stars 8 forks source link

Support arm64 architecture #10

Closed rkokkelk closed 2 years ago

rkokkelk commented 3 years ago

linuxserver.io


Desired Behavior

Support for arm64 architecture, which is supported by FoldingAtHome, see:

{
     { .. },
      {
        "oses": [
          "ARM Linux",
          "Raspberry Pi"
        ],
        "exts": "deb",
        "archs": "arm64 all",
        "files": [
          {
            "url": "https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v7.5/fahcontrol_7.5.1-1_all.deb",
            "filename": "fahcontrol_7.5.1-1_all.deb",
            "version": [
              7,
              5,
              1
            ],
            "project": "fahcontrol",
            "arch": "all",
            "ext": "deb"
          }
        ]
      }
    ],
    "platform": "lin64"
  }
}

Especially for homelabbers with Docker swarm running on Raspberry PIs, like me, it's a great addition to have FoldingAtHome running in the swarm.

Current Behavior

Digest OS/ARCH Compressed Size
eebf2ffcdea2 linux/amd64 45.09 MB
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

daybowbow-dev commented 2 years ago

I would also like to see this support. I have a few pi4s recently decommissioned from an upgrade and this feature would make the setup much more convenient.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.