Skip to content

Commit 4e607e6

Browse files
committed
refactor github release
1 parent 3d90160 commit 4e607e6

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,6 @@ env:
1010
IMAGE_NAME: ${{ github.repository }}
1111

1212
jobs:
13-
binaries:
14-
name: Release binaries
15-
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
19-
goos: [linux, windows, darwin]
20-
goarch: ["386", amd64, arm64]
21-
exclude:
22-
- goarch: "386"
23-
goos: darwin
24-
- goarch: arm64
25-
goos: windows
26-
steps:
27-
- name: Check out
28-
uses: actions/checkout@v3
29-
30-
- name: Install node and npm
31-
uses: actions/setup-node@v3
32-
with:
33-
node-version: 18
34-
35-
- name: Build assets
36-
run: |
37-
cd assets &&
38-
npm i &&
39-
npm run build
40-
41-
- name: Build and publish binaries
42-
uses: wangyoucao577/go-release-action@v1.34
43-
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
goos: ${{ matrix.goos }}
46-
goarch: ${{ matrix.goarch }}
47-
4813
docker:
4914
name: Release Docker image
5015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)