瀏覽代碼

get rid of tmp stuff (#738)

registergoofy 4 年之前
父節點
當前提交
01c557e209
共有 1 個文件被更改,包括 0 次插入27 次删除
  1. 0 27
      .github/workflows/tmp_build_static_release.yml

+ 0 - 27
.github/workflows/tmp_build_static_release.yml

@@ -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 }}