From f433901aeee169d93be1cc68dafa1d9c5040ec62 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Fri, 15 Jul 2022 11:14:49 -0500 Subject: [PATCH] Bump the version of the cross-compiler builder to pull in fixes for #212, #206, #209 --- .github/workflows/build.yml | 2 +- .github/workflows/prerelease.yml | 2 +- PACKAGING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43a4903..a76d718 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Compile - uses: xxxserxxx/actions/golang-build@v2.2.2 + uses: xxxserxxx/actions/golang-build@v2.2.3 env: SRCPATH: ./cmd/gotop with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 195208b..715ef90 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@master - name: Make binaries - uses: xxxserxxx/actions/golang-build@v2.2.2 + uses: xxxserxxx/actions/golang-build@v2.2.3 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 env: diff --git a/PACKAGING.md b/PACKAGING.md index 4851243..c1d3215 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -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. -Artifacts will be in ` ` +Artifacts will be in `work/gotop/gotop/.release`. Erratta -------