Skip to content

feat: #9 add installation script #5

feat: #9 add installation script

feat: #9 add installation script #5

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go build -o ptah-agent-linux-x86_64 cmd/ptah-agent/ptah-agent.go