mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-12 19:25:37 +00:00
trialing github release actions
This commit is contained in:
parent
4c60a2a967
commit
00f6981314
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish image to Dockerhub
|
name: Release YQ
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
# steps for building assets
|
# steps for building assets
|
||||||
- name: Cross compile
|
- name: Cross compile
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get rhash
|
sudo apt-get install rhash -y
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
./scripts/xcompile.sh
|
./scripts/xcompile.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user