mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 18:29:27 +00:00
Adding qemu to alpine
Hope this is the right one!?
This commit is contained in:
parent
b5eed2cdf7
commit
67ded393ca
1 changed files with 1 additions and 5 deletions
|
|
@ -12,11 +12,7 @@ build:ARM64:
|
||||||
script:
|
script:
|
||||||
# Current thinking is to add build the container & tag with both the date
|
# Current thinking is to add build the container & tag with both the date
|
||||||
# in YYYY-mm-dd-h-m-s format as well as "latest":
|
# in YYYY-mm-dd-h-m-s format as well as "latest":
|
||||||
- uname -a
|
- apk add qemu-system-arm
|
||||||
- cat /etc/issue
|
|
||||||
- yum
|
|
||||||
- apt
|
|
||||||
- apt-get install qemu-user-static
|
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
|
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
|
||||||
- mkdir -p ~/.docker/cli-plugins
|
- mkdir -p ~/.docker/cli-plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue