Skip to content

Commit fd5d80f

Browse files
committed
fixed docker arch targets
1 parent 670dab7 commit fd5d80f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
DOCKER_HUB_REPO: "docker.io/slashdevops"
18-
DOCKER_BUILD_ARCHS: "amd64 armv7 arm64"
18+
DOCKER_BUILD_ARCHS: "amd64"
1919

2020
jobs:
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
DOCKER_HUB_REPO: "docker.io/slashdevops"
10-
DOCKER_BUILD_ARCHS: "amd64 armv7 arm64"
10+
DOCKER_BUILD_ARCHS: "amd64"
1111

1212
jobs:
1313

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Prometheus exporter for AWS CloudWatch
88

99
This exporter used the [AWS CloudWatch GetMetricsData API call](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html), please it is important you read
1010

11-
* https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/
12-
* https://aws.amazon.com/cloudwatch/pricing/?nc1=h_ls
11+
* [cloudwatch-getmetricdata-api](https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/)
12+
* [Amazon CloudWatch pricing](https://aws.amazon.com/cloudwatch/pricing/?nc1=h_ls)
1313

1414
**WARNING**:
1515

0 commit comments

Comments
 (0)