Skip to content

Commit a4f245d

Browse files
committed
ci: setup multi-arch image build
1 parent e6e1ae9 commit a4f245d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16+
- name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v3
18+
1619
- name: Log in to Docker Hub
1720
uses: docker/login-action@v3
1821
with:
@@ -24,4 +27,5 @@ jobs:
2427
with:
2528
context: .
2629
push: true
30+
platforms: linux/amd64,linux/arm64
2731
tags: cheatsnake/airstation:latest

0 commit comments

Comments
 (0)