Skip to content

Commit 14c7112

Browse files
committed
Add arm64 to github actions
1 parent 91f9fd7 commit 14c7112

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- name: Check out the repo
2222
uses: actions/checkout@v4
2323

24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
26+
27+
- name: Set up Docker Buildx
28+
uses: docker/setup-buildx-action@v3
29+
2430
- name: Log in to Docker Hub
2531
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2632
with:
@@ -39,5 +45,6 @@ jobs:
3945
context: .
4046
file: ./Dockerfile
4147
push: true
42-
tags: kodermax/kubectl-aws-eks:latest
48+
tags: ${{ steps.meta.outputs.tags }}
4349
labels: ${{ steps.meta.outputs.labels }}
50+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)