Skip to content

Commit e64dd89

Browse files
committed
ci: Publish arm64 as well
1 parent 21c1014 commit e64dd89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ jobs:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
2121

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
25+
- name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v3
27+
2228
- name: Build and push
2329
uses: docker/build-push-action@v5
2430
with:
31+
platforms: linux/amd64,linux/arm64
2532
context: .
2633
push: true
2734
tags: aiyion/gluon-jenkins:latest

0 commit comments

Comments
 (0)