diff --git a/.drone.yml b/.drone.yml index c167623..e8097b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,14 @@ steps: - yarn - ARCH=amd64 ./scripts/ci.bash +- name: build-alpine + image: node:12-alpine + commands: + - apk add build-base ccache + - yarn + - ARCH=amd64 ./scripts/ci.bash + + - name: rebuild-cache image: codercom/drone-volume-cache:amd64 volumes: @@ -69,6 +77,13 @@ steps: - yarn - ARCH=arm64 ./scripts/ci.bash +- name: build-alpine + image: node:12-alpine + commands: + - apk add build-base ccache + - yarn + - ARCH=amd64 ./scripts/ci.bash + - name: rebuild-cache image: codercom/drone-volume-cache:arm64 volumes: