diff --git a/.drone.yml b/.drone.yml index 957df27..c334acb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: default +name: alarm-aarch64 platform: os: linux @@ -27,3 +27,31 @@ steps: repo: depau/archlinux-daily tags: - aarch64 + +--- +kind: pipeline +type: docker +name: archlinux-x86_64 + +platform: + os: linux + arch: amd64 + +node: + qemu: no + +steps:busybox sh -c "while [ 1 -eq 1 ]; do sleep 1; done" + - name: build-image + image: plugins/docker + environment: + TZ: Europe/Rome + settings: + dockerfile: Dockerfile.x86_64 + purge: true + username: depau + password: + from_secret: docker_password + repo: depau/archlinux-daily + tags: + - latest + - x86_64