Coder Social home page Coder Social logo

Comments (4)

hmes98318 avatar hmes98318 commented on July 16, 2024 2

The base image used by the current repository is cm2network/steamcmd, this image only supports the linux/amd64 architecture, so it cannot be built.
I will try to build an ARM version of the container from scratch

當前存儲庫所使用的基礎鏡像為 cm2network/steamcmd,此鏡像僅支援 linux/amd64 架構,所以無法構建
我會嘗試從頭構建一個 ARM 版本的容器

from palworld-docker.

hmes98318 avatar hmes98318 commented on July 16, 2024

我把 linux/arm64 的鏡像推上去 docker hub 就會把 linux/amd64 的鏡像蓋掉,不知道為什麼
可以先使用 Dockerfile_arm64 檔案進行構建,只能在純 arm64 平台構建,如果用 x86_64 跑 qemu emulator 會過不了

Mac M1 那系列要指定 arm64 平台,不然會預設是會自己轉譯成 x86_64
(ex: docker build --platform linux/arm64 -f Dockerfile_arm64 -t palworld-docker .)

Raspberry Pi 直接構建沒問題,但遊玩效能低落 : (

from palworld-docker.

CKwasd avatar CKwasd commented on July 16, 2024

ARM除了M芯片其他都很難跑起來,4+24的vm在五個人遊玩是也只剩下10至15fps
目前在用這個 https://github.com/zion-c/palworld-server-arm64
未來再測試這個https://github.com/yumusb/palworld-server-docker-arm

from palworld-docker.

hmes98318 avatar hmes98318 commented on July 16, 2024

那兩個存儲庫的程式碼是一樣的,都是用 TeriyakiGod/steamcmd-docker-arm64 的存儲庫來修改安裝 palworld,我也是用跟他們一樣的方法

底層用 FEX emulator 模擬 x86_64 運行 steamcmd 跟 palworld,我有試過用 box86, box64 來運行,但常常會無法運行,只有 FEX 比較能用

from palworld-docker.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.