test standalone arch based builds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
17b6a2fdc3
commit
239c1c31f6
@ -67,7 +67,8 @@ steps:
|
||||
commands:
|
||||
- docker login -u "$$DOCKER_USERNAME" -p "$$DOCKER_PASSWORD"
|
||||
- docker buildx create --use
|
||||
- docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/buildx-alpine:latest .
|
||||
- docker buildx build --push --platform linux/amd64 --tag thegeeklab/buildx-alpine:latest .
|
||||
- docker buildx build --push --platform linux/arm/v7 --tag thegeeklab/buildx-alpine:latest .
|
||||
environment:
|
||||
DOCKER_PASSWORD:
|
||||
from_secret: docker_password
|
||||
@ -185,6 +186,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: ba160976b691413c7080700a7f3f4e886cd6a5a05b9c439e9c36cbb5f98a6e08
|
||||
hmac: d62e2d1f1c7d48265f021c7581a4171ccbe70fdfca9569fa9733c915bc2fcde4
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user