You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cómo crear una imagen Docker multiplataforma en un MacBook M1
Imágenes Docker multiplataforma en MacBook M1
Las imágenes Docker creadas en un MacBook M1 tienen la arquitectura
linux/arm64 y no funcionan en ordenadores con el procesador Intel, que
necesitan la arquitectura linux/amd64.
Para solucionar este problema podemos crear y subir a Docker Hub una
imagen multiplataforma. Así tendremos una imagen que funciona
bien para ordenadores Intel y para ordenadores con arquitectura ARM
A beginner's guide to creating wine ports for the Ayn Odin 2, Retroid Pocket 5, and Retroid Pocket Mini
Rocknix Wine Ports
Using wine is a deep rabbit hole for anyone not familiar with the software, and an even deeper rabbit hole when combined with box86 or box64. This guide attempts to serve as a basic introduction to using the built-in wine and box packages included with Rocknix on a Retroid Pocket 5. While the Retroid Pocket Mini is a similar setup chain, it is weaker hardware than the Retroid Pocket 5 and thus the examples provided here may not function as well.
Terminology - Wine and Box86/64
The first thing anyone should understand is the vernacular used throughout this guide. Two tools are used to make wine ports possible on ARM64:
Box86 and Box64 by ptitSeb are Linux x86 and x86_64 emulators targeting AARCH64/ARM64 architecture.
Wine is a software that allows Windows programs to run on Linux systems. Prebuilt wine binaries can be downloaded from the [wine-builds](https://github.com