mirror of
https://github.com/taigrr/yq
synced 2026-03-22 03:02:36 -07:00
trialing github release actions
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user