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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- target: "linux/arm64"
|
|
||||||
GOOS: "linux"
|
|
||||||
GOARCH: "arm64"
|
|
||||||
BIN_SUFFIX: ""
|
|
||||||
- target: "linux/amd64"
|
- target: "linux/amd64"
|
||||||
GOOS: "linux"
|
GOOS: "linux"
|
||||||
GOARCH: "amd64"
|
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
|
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
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
|
name: um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
|
||||||
path: ./um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.BIN_SUFFIX }}
|
path: ./um-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.BIN_SUFFIX }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user