Skip to content

ci: testing cross-platforn build #7

ci: testing cross-platforn build

ci: testing cross-platforn build #7

Workflow file for this run

name: build-and-release
on:
push:
tags:
- "v*.*.*"
jobs:
generate:
name: Generate cross-platform builds
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Generate build files
uses: thatisuday/go-cross-build@v1
with:
platforms: "linux/amd64, darwin/amd64, windows/amd64"
package: "demo"
name: "program"
compress: "true"
dest: "dist"