Skip to content

Commit 3c01405

Browse files
committed
improved master workflow for github actions
1 parent 2ef971c commit 3c01405

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.promu.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ tarball:
2828
crossbuild:
2929
platforms:
3030
- linux/amd64
31-
# - linux/386
32-
# - linux/arm
33-
# - linux/arm64
34-
# - linux/ppc64
35-
# - linux/ppc64le
36-
# - linux/s390x
37-
# - darwin/amd64
38-
# - darwin/386
39-
# - windows/amd64
40-
# - windows/386
31+
- linux/386
32+
- linux/arm
33+
- linux/arm64
34+
- darwin/amd64
35+
- darwin/386
36+
- windows/amd64
37+
- windows/386

0 commit comments

Comments
 (0)