Added files

This commit is contained in:
2023-10-31 12:54:31 +01:00
commit b780b891ed
7 changed files with 160 additions and 0 deletions

3
hooks/build Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker buildx create --name multiarch --use
docker buildx build --push --platform linux/arm64,linux/amd64 . -t 2martens/terraform-drone-plugin:1.6.2 -t 2martens/terraform-drone-plugin:latest

1
hooks/push Normal file
View File

@ -0,0 +1 @@
#!/bin/bash