Skip to content

Commit f8e897e

Browse files
committed
update action config
1 parent eff2a8b commit f8e897e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
id: docker_build
7070
uses: docker/build-push-action@v6
7171
with:
72+
platforms: linux/amd64
7273
push: true
7374
tags: quay.io/honeynet/filebeat:${{ matrix.filebeat_version }}
7475
build-args: |

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
id: docker_build
6161
uses: docker/build-push-action@v6
6262
with:
63+
platforms: linux/amd64
6364
push: false
6465
tags: quay.io/honeynet/filebeat:${{ matrix.filebeat_version }}
6566
build-args: |

0 commit comments

Comments
 (0)