Skip to content

Commit 7350fca

Browse files
committed
feat(.github/workflows): Build docker images for graviton instances
1 parent a99b2b5 commit 7350fca

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ jobs:
7676
docker-context: "."
7777
docker-tag: "${{ needs.release-please.outputs.server-version }}"
7878
docker-tag-latest: true
79-
docker-image-platforms: linux/amd64
8079
docker-repository: "610829907584.dkr.ecr.ap-southeast-2.amazonaws.com/gitops"
8180
command: echo $SECRET_ENV | base64 -d > cluster.key

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
docker-context: "."
3737
docker-prefix: test
3838
docker-tag-latest: false
39-
docker-image-platforms: linux/amd64
4039
docker-repository: "610829907584.dkr.ecr.ap-southeast-2.amazonaws.com/gitops"
4140
command: echo $SECRET_ENV | base64 -d > cluster.key

0 commit comments

Comments
 (0)