File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Set up Go
18
18
uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 42
42
goarch : [amd64, arm64]
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
- name : Build
47
47
run : go build -o openzfs_exporter -ldflags="-s -w -X github.com/fsrv-xyz/version.Version=${VERSION} -X github.com/fsrv-xyz/version.BuildUser=$(whoami)@$(uname --nodename) -X github.com/fsrv-xyz/version.BuildDate=$(date +%d-%B-%Y)" -trimpath -buildvcs=false ./cmd/openzfs_exporter
48
48
- run : tar -czf openzfs_exporter_${{ needs.create_release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz openzfs_exporter LICENSE README.md
72
72
goarch : [amd64, arm64]
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v3
75
+ uses : actions/checkout@v4
76
76
- run : apt update && apt install -y binutils-aarch64-linux-gnu
77
77
- name : Build
78
78
run : go build -o openzfs-exporter -ldflags="-s -w -X github.com/fsrv-xyz/version.Version=${VERSION} -X github.com/fsrv-xyz/version.BuildUser=$(whoami)@$(uname --nodename) -X github.com/fsrv-xyz/version.BuildDate=$(date +%d-%B-%Y)" -trimpath -buildvcs=false ./cmd/openzfs_exporter
You can’t perform that action at this time.
0 commit comments