This commit is contained in:
12
drone.yml
12
drone.yml
@@ -18,7 +18,7 @@ steps:
|
||||
docker buildx create --use
|
||||
docker buildx build \
|
||||
--platform linux/amd64 \
|
||||
-t 192.168.65.130:5000/portainer-agent-tailscale:amd64 \
|
||||
-t registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
||||
--push .
|
||||
|
||||
- name: build-arm64
|
||||
@@ -36,7 +36,7 @@ steps:
|
||||
docker buildx create --use
|
||||
docker buildx build \
|
||||
--platform linux/arm64 \
|
||||
-t 192.168.65.130:5000/portainer-agent-tailscale:arm64 \
|
||||
-t registry.buchhorster.de/portainer-agent-tailscale:arm64 \
|
||||
--push .
|
||||
|
||||
- name: create-manifest
|
||||
@@ -51,10 +51,10 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
echo "Creating multi-arch manifest..."
|
||||
docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \
|
||||
--amend 192.168.65.130:5000/portainer-agent-tailscale:amd64 \
|
||||
--amend 192.168.65.130:5000/portainer-agent-tailscale:arm64
|
||||
docker manifest push ${REGISTRY_URL}/portainer-agent-tailscale:latest
|
||||
docker manifest create registry.buchhorster.de/portainer-agent-tailscale:latest \
|
||||
--amend registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
||||
--amend registry.buchhorster.de/portainer-agent-tailscale:arm64
|
||||
docker manifest push registry.buchhorster.de/portainer-agent-tailscale:latest
|
||||
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
|
||||
Reference in New Issue
Block a user