Skip to content

feat: support album art for image (#7) #30

feat: support album art for image (#7)

feat: support album art for image (#7) #30

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
name: ${{ matrix.goos }}-${{ matrix.goarch }}
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goarch: ["386", amd64, arm64]
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
- name: Build
run: GOARCH=${{ matrix.goarch }} go build
- uses: actions/upload-artifact@v2
with:
name: clematis-${{ matrix.goos }}-${{ matrix.goarch }}
path: clematis