Skip to content

Commit

Permalink
add arch i389 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanhui committed Nov 26, 2023
1 parent 313aa41 commit 4d6ebec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
envs = [
[['GOOS', 'darwin'], ['GOARCH', 'amd64']],
[['GOOS', 'darwin'], ['GOARCH', 'arm64']],
# [['GOOS', 'linux'], ['GOARCH', '386']],
[['GOOS', 'linux'], ['GOARCH', '386']],
[['GOOS', 'linux'], ['GOARCH', 'amd64']],

[['GOOS', 'linux'], ['GOARCH', 'arm'], ['GOARM', '5']],
Expand All @@ -43,7 +43,7 @@
# [['GOOS', 'freebsd'], ['GOARCH', '386']],
[['GOOS', 'freebsd'], ['GOARCH', 'amd64']],

# [['GOOS', 'windows'], ['GOARCH', '386']],
[['GOOS', 'windows'], ['GOARCH', '386']],
[['GOOS', 'windows'], ['GOARCH', 'amd64']],
]

Expand Down

0 comments on commit 4d6ebec

Please sign in to comment.