This commit is contained in:
parent
8226b52295
commit
f433901aee
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
uses: xxxserxxx/actions/golang-build@v2.2.2
|
uses: xxxserxxx/actions/golang-build@v2.2.3
|
||||||
env:
|
env:
|
||||||
SRCPATH: ./cmd/gotop
|
SRCPATH: ./cmd/gotop
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Make binaries
|
- name: Make binaries
|
||||||
uses: xxxserxxx/actions/golang-build@v2.2.2
|
uses: xxxserxxx/actions/golang-build@v2.2.3
|
||||||
with:
|
with:
|
||||||
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
|
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -56,7 +56,7 @@ The last argument is the git reference to a branch. If you're building master, j
|
||||||
|
|
||||||
The first time you build, a bunch of containers will be downloaded and built. The script tries to be smart about reusing build containers, so subsequent runs should run faster.
|
The first time you build, a bunch of containers will be downloaded and built. The script tries to be smart about reusing build containers, so subsequent runs should run faster.
|
||||||
|
|
||||||
Artifacts will be in ` `
|
Artifacts will be in `work/gotop/gotop/.release`.
|
||||||
|
|
||||||
Erratta
|
Erratta
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user