diff --git a/.drone.yml b/.drone.yml index 2cfd37b..aa7af4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,19 @@ + +kind: pipeline +type: docker +name: amd64 + +steps: +- name: docker + image: plugins/docker + settings: + repo: badjware/nextcloud-tweak + auto_tag: true + username: + from_secret: docker_username + password: + from_secret: docker_password +--- kind: pipeline type: kubernetes name: arm64 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7789c2d --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: amd64 +amd64: + drone exec --pipeline amd64