Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Jan 20, 2021
1 parent 526a3fb commit 92e6e2c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on: release

name: Build Release
jobs:
release-linux-386:
name: release linux/386
name: linux/386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -14,7 +15,7 @@ jobs:
GOOS: linux
EXTRA_FILES: "LICENSE"
release-linux-amd64:
name: release linux/amd64
name: linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -26,7 +27,7 @@ jobs:
GOOS: linux
EXTRA_FILES: "LICENSE"
release-linux-arm:
name: release linux/386
name: linux/386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -38,7 +39,7 @@ jobs:
GOOS: linux
EXTRA_FILES: "LICENSE"
release-linux-arm64:
name: release linux/amd64
name: linux/arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -50,7 +51,7 @@ jobs:
GOOS: linux
EXTRA_FILES: "LICENSE"
release-darwin-amd64:
name: release darwin/amd64
name: darwin/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -62,7 +63,7 @@ jobs:
GOOS: darwin
EXTRA_FILES: "LICENSE"
release-windows-386:
name: release windows/386
name: windows/386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -74,7 +75,7 @@ jobs:
GOOS: windows
EXTRA_FILES: "LICENSE"
release-windows-amd64:
name: release windows/amd64
name: windows/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 92e6e2c

Please sign in to comment.