Skip to content

Commit

Permalink
Update release GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Use the fork URL for the tagged importpath
- Use latest Ubuntu and macOS runners
  • Loading branch information
dmartin committed Jan 19, 2024
1 parent c93ebcf commit 749f372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- macos-11
- ubuntu-latest
- macos-latest
arch:
- amd64
- arm64
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
go get -v -t -d ./...
mkdir bin
GOARCH=${arch} go build -v -ldflags "-X github.com/ArmyCyberInstitute/cmgr/cmgr.version=`git describe --tags`" -o bin ./...
GOARCH=${arch} go build -v -ldflags "-X github.com/picoCTF/cmgr/cmgr.version=`git describe --tags`" -o bin ./...
cp LICENSE bin/LICENSE
cat NOTICE NOTICE.release > bin/NOTICE
cd bin && tar czvf cmgr.tar.gz cmgr cmgrd LICENSE NOTICE
Expand Down

0 comments on commit 749f372

Please sign in to comment.