Compare commits
4
Commits
main
...
v2.8.0-rc.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53b0541d23 | ||
|
|
e0bda07370 | ||
|
|
afa0384823 | ||
|
|
c1da0150a0 |
@@ -25,7 +25,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: fetch tags
|
||||
run: git fetch --tags
|
||||
run: git fetch --tags --force
|
||||
|
||||
- id: get-tag
|
||||
run: |
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: fetch tags
|
||||
run: git fetch --tags
|
||||
run: git fetch --tags --force
|
||||
|
||||
- name: build-tempo-binaries
|
||||
run: |
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: fetch tags
|
||||
run: git fetch --tags
|
||||
run: git fetch --tags --force
|
||||
|
||||
- name: get-tag
|
||||
run: |
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
if: github.repository == 'grafana/tempo' # skip in forks
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
id-token: write
|
||||
env:
|
||||
NFPM_SIGNING_KEY_FILE: /tmp/nfpm-private-key.key
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: fetch tags
|
||||
run: git fetch --tags
|
||||
run: git fetch --tags --force
|
||||
|
||||
- id: "get-secrets"
|
||||
name: "get nfpm signing keys"
|
||||
|
||||
+3
-3
@@ -11,7 +11,7 @@ builds:
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- darwin
|
||||
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
@@ -41,7 +41,7 @@ builds:
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- darwin
|
||||
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
@@ -71,7 +71,7 @@ builds:
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- darwin
|
||||
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
|
||||
Reference in New Issue
Block a user