Skip to content

Improve TLS (#15)

Improve TLS (#15) #27

Workflow file for this run

name: Build
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
RUNNER_OS: linux
- os: macos-11
RUNNER_OS: darwin
- os: windows-2019
RUNNER_OS: windows
goarch: [amd64, arm64]
os: [ubuntu-20.04, macos-11, windows-2019]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- run: make build
env:
GOARCH: ${{ matrix.goarch }}
VERSION: ${{ github.ref_name }}
- uses: softprops/action-gh-release@v1
with:
files: |
lens-k8s-proxy-${{ matrix.RUNNER_OS }}-${{ matrix.goarch }}
lens-k8s-proxy-${{ matrix.RUNNER_OS }}-${{ matrix.goarch }}.sha256