Closed mashirozx closed 2 years ago
- name: email notification on complete image: mashirozx/drone-email:latest-arm64 settings: host: from_secret: smtp_host port: from_secret: smtp_port username: from_secret: smtp_username password: from_secret: smtp_password from.address: from_secret: smtp_from_address from.name: from_secret: smtp_from_name subject: > {{#success build.status}} {{repo.owner}}/{{repo.name}} ({{build.branch}}) arm64 build #{{build.number}} succeeded {{else}} {{repo.owner}}/{{repo.name}} ({{build.branch}}) arm64 build #{{build.number}} failed {{/success}} body: > {{#success build.status}} {{repo.owner}}/{{repo.name}} ({{build.branch}}) arm64 build #{{build.number}} succeeded: {{build.link}} {{else}} {{repo.owner}}/{{repo.name}} ({{build.branch}}) arm64 build #{{build.number}} failed: {{build.link}} {{/success}}
ARM64 image build with command:
docker build -f Dockerfile.armhf -t mashirozx/drone-email:latest-arm64 .
Seems issue with my SMTP provider: https://mail.yeah.net
ARM64 image build with command: