ARM64 Image Version #106
MarcelloPercoco
started this conversation in
Ideas
Replies: 2 comments
-
Wonderful! Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
It's possible to have even the arm64 docker image?
by now i'm building it by myself, and is not a great deal.
THis is what i do in my GitHu action.
- name: modify Dockerfile run: | sed -i 's/amd64/arm64/' ./besticon/Dockerfile - name: take besticon version working-directory: ./besticon run: | echo "BESTICON_VERSION=$(cat VERSION)" >> $GITHUB_ENV - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: platforms: 'arm64' - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: platforms: 'arm64'
It's just an example, i'm sure you dosen't need that i tell you what to do.
Beta Was this translation helpful? Give feedback.
All reactions