devops: Shadow Clone Technique #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# SparkpluGUI - Software that displays decoded Sparkplug messages from MQTT IoT | |
# @author guiklimek | |
# @site https://ambre.io/ | |
# | |
# This program and the accompanying materials are made available under the | |
# terms of the GNU GENERAL PUBLIC LICENSE which is available at | |
# https://github.com/Ambre-io/sparkplugui | |
# | |
name: sparkplugui | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: dAppServer/[email protected] | |
with: | |
build-name: SparkpluGUI | |
build-platform: linux/amd64 |