From 69d27b1be45a2d0311d05a84d6ac5983f482e295 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 6 Mar 2022 15:36:39 -0500 Subject: [PATCH] Initial test of docker building --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..de2bf48 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: exec +name: packer + +platform: + os: linux + arch: amd64 + +steps: + - name: ubuntu + commands: + - packer build ubuntu/ubuntu-20.04-amd64.json \ No newline at end of file