mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 18:39:24 +00:00
One more time
This commit is contained in:
parent
1d256d41e8
commit
85d08a312b
1 changed files with 4 additions and 3 deletions
|
|
@ -15,9 +15,10 @@ build:ARM64:
|
|||
- whoami
|
||||
- cd ~
|
||||
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
|
||||
- mkdir ~/.docker/cli-plugins
|
||||
- mv buildx* /root/.docker/cli-plugins/docker-buildx
|
||||
- chmod a+x /root/.docker/cli-plugins/docker-buildx
|
||||
- mkdir -p ~/.docker/cli-plugins
|
||||
- ls -ltar ~/.docker
|
||||
- mv buildx* ~/.docker/cli-plugins/docker-buildx
|
||||
- chmod a+x ~/.docker/cli-plugins/docker-buildx
|
||||
- ls -ltar ~/.docker/cli-plugins
|
||||
- docker buildx build .
|
||||
# - timestamp=$(date +%Y%m%d%H%M%S)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue