Compare commits
No commits in common. "main" and "v0.2.1" have entirely different histories.
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -20,10 +20,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target: "linux/arm64"
|
||||
GOOS: "linux"
|
||||
GOARCH: "arm64"
|
||||
BIN_SUFFIX: ""
|
||||
- target: "linux/amd64"
|
||||
GOOS: "linux"
|
||||
GOARCH: "amd64"
|
||||
@ -65,7 +61,7 @@ jobs:
|
||||
run: go build -v -trimpath -ldflags="-w -s -X main.AppVersion=${{ steps.vars.outputs.git_tag }}" -o um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.BIN_SUFFIX }} ./cmd/um
|
||||
|
||||
- name: Publish artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
|
||||
path: ./um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.BIN_SUFFIX }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user