Skip to content

feat: 支持配置多个s3文件 #8

feat: 支持配置多个s3文件

feat: 支持配置多个s3文件 #8

Workflow file for this run

on:
push:
tags:
- v*
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
include:
- goarch: amd64
goos: darwin
- goarch: arm64
goos: darwin
- goarch: amd64
goos: linux
- goarch: arm64
goos: linux
- goarch: amd64
goos: windows
steps:
- name: Show environment
run: export
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: "make release"
binary_name: "parquet-tools"
extra_files: parquet-tools