get rid of tmp stuff (#738)

This commit is contained in:
registergoofy 2021-04-07 14:23:48 +02:00 committed by GitHub
parent c3a2022941
commit 01c557e209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,27 +0,0 @@
# .github/workflows/build-docker-image.yml
name: tmp_one_shot_build
on:
push:
branches: [ master ]
jobs:
build_static:
name: Build and upload binary package
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build the binaries
run: make release_static
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: crowdsec-release-static.tgz application/x-gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}