This commit is contained in:
Jacob Heider 2023-10-02 00:14:49 -04:00 committed by Jacob Heider
parent 917646040f
commit b233de92ed

View file

@ -3,17 +3,22 @@ distributable:
strip-components: 1 strip-components: 1
versions: versions:
github: nektos/act/tags # reads github tags from github github: nektos/act/tags
strip: /^v/ strip: /^v/
build: build:
dependencies: dependencies:
go.dev: '*' go.dev: '*'
script: | script:
make build VERSION={{version}} - run: |
mkdir -p {{prefix}}/bin sed -i.bak 's/-ldflags "/-ldflags "-buildmode=pie /' Makefile
cp dist/local/act {{prefix}}/bin/act rm Makefile.bak
chmod 755 {{prefix}}/bin/act if: linux
- make build VERSION={{version}}
- run: |
cp $SRCROOT/dist/local/act .
chmod 755 {{prefix}}/bin/act
working-directory: ${{prefix}}/bin
provides: provides:
- bin/act - bin/act
@ -22,7 +27,7 @@ test:
dependencies: dependencies:
git-scm.org: '*' git-scm.org: '*'
script: | script: |
git clone https://github.com/teaxyz/setup.git git clone https://github.com/pkgxdev/setup.git
cd setup cd setup
git checkout v0.15.0 git checkout v0.15.0
act push --list act push --list