Added files
This commit is contained in:
3
hooks/build
Normal file
3
hooks/build
Normal 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
1
hooks/push
Normal file
@ -0,0 +1 @@
|
||||
#!/bin/bash
|
||||
Reference in New Issue
Block a user