Giter Site home page Giter Site logo

arm64 or armhf version about promgen HOT 5 OPEN

Bluscream avatar Bluscream commented on September 4, 2024
arm64 or armhf version

from promgen.

Comments (5)

kfdm avatar kfdm commented on September 4, 2024

It's Python and we are not doing anything too complicated so I would imagine it should run on raspberry pi, though I'm not sure we have the bandwith to test it ourselves.

from promgen.

Bluscream avatar Bluscream commented on September 4, 2024

the problem is that it's compiled for amd64

docker run --rm -it -v ~/.config/promgen:/etc/promgen/ line/promgen createsuperuser
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /docker-entrypoint.sh: exec format error
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /docker-entrypoint.sh: exec format error
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /docker-entrypoint.sh: exec format error
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /docker-entrypoint.sh: exec format error

from promgen.

kfdm avatar kfdm commented on September 4, 2024

In that case, you should try building your own docker container.
Clone the repo and there is a make build target for the docker container.

from promgen.

Bluscream avatar Bluscream commented on September 4, 2024

i will try that, thank you. can i add the built container to your dockerhub?

from promgen.

kfdm avatar kfdm commented on September 4, 2024

Yeah, it's possible an arm version could be built from
https://github.com/line/promgen/blob/master/.github/workflows/docker.yml

I've only done a very quick, basic search but this suggests it might be easy to do
https://dev.to/cloudx/multi-arch-docker-images-the-easy-way-with-github-actions-4k54

      - name: Build and push
        uses: docker/build-push-action@v2
        with:
          context: .
          platforms: linux/amd64,linux/arm/v7
          push: ${{ github.event_name != 'pull_request' }}
          tags: ${{ steps.<meta_id>.outputs.tags }}
          labels: ${{ steps.<meta_id>.outputs.labels }}

from promgen.

Related Issues (20)

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.