Commit 6ee9983 1 parent 7997a56 commit 6ee9983 Copy full SHA for 6ee9983
File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
platform : ['linux/amd64', 'linux/arm64']
22
22
steps :
23
- - name : Set up QEMU
24
- uses : docker/setup-qemu-action@v3
23
+ # - name: Set up QEMU
24
+ # uses: docker/setup-qemu-action@v3
25
+ - name : Run QEMU manual setup
26
+ run : |
27
+ docker pull tonistiigi/binfmt:latest
28
+ docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
29
+ docker run --privileged --rm tonistiigi/binfmt --install all
25
30
26
31
- name : Set up Docker Buildx
27
32
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 7
7
#
8
8
FROM python:3.11.2-slim AS build-stage
9
9
10
- RUN apt-get update -y && apt-get install -y qemu
10
+ RUN apt-get update -y
11
11
RUN apt-get install -y curl
12
12
RUN apt-get install -y git
13
13
RUN apt-get install -y gcc
You can’t perform that action at this time.
0 commit comments