Skip to content

Commit bc6419b

Browse files
committed
Upgrade to 2024 edition
- Renames the `expose-metrics` feature to `metrics` - Also some minor env parsing cleanup
1 parent 9721e94 commit bc6419b

File tree

8 files changed

+270
-519
lines changed

8 files changed

+270
-519
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
features: ""
1919
image: ubuntu-latest
2020
- tag: metrics-amd64
21-
features: expose-metrics
21+
features: metrics
2222
image: ubuntu-latest
2323
- tag: armv8
2424
features: ""
2525
image: ubuntu-24.04-arm
2626
- tag: metrics-armv8
27-
features: expose-metrics
27+
features: metrics
2828
image: ubuntu-24.04-arm
2929

3030
runs-on: ${{ matrix.image }}

0 commit comments

Comments
 (0)