Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
张亮 authored May 28, 2022
1 parent edef7b9 commit 9fd7ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, ARM64]
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
goarch: ${{ matrix.goarch }}
project_path: "./cmd/"
binary_name: "fileUpdater"
extra_files: LICENSE README.md
extra_files: LICENSE README.md

0 comments on commit 9fd7ff6

Please sign in to comment.