I forgot to commit... So here you go.
This commit is contained in:
@@ -44,14 +44,16 @@ jobs:
|
||||
|
||||
- name: Install QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: arm64
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
|
||||
- name: Build ARM Executable
|
||||
run: |
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker buildx create --use
|
||||
docker buildx build --platform linux/arm64/v8 -t arm-builder --load --file - . <<EOF
|
||||
FROM arm64v8/python:3.12-slim-trixie
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user