gostations/.gitea/workflows/build.yml
Greg Gauthier be1a214a13
Some checks failed
gobuild / build (push) Failing after 2s
try to use the golang image for my build
2024-07-21 18:44:55 +00:00

16 lines
173 B
YAML

name: gobuild
on: [push]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: golang-latest
steps:
- name: Linux Build
run:
./ci-build.sh