Skip to content

Commit af7cc4b

Browse files
committed
feat: add linux/arm64 platform
1 parent e6e9843 commit af7cc4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
packages: write
1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Set up QEMU
19+
uses: docker/setup-qemu-action@v3
1820

1921
- name: Login to GitHub Container Registry
2022
uses: docker/login-action@v3
@@ -42,6 +44,7 @@ jobs:
4244
uses: docker/build-push-action@v3
4345
with:
4446
context: .
47+
platforms: linux/amd64, linux/arm64
4548
file: Dockerfile
4649
push: true
4750
build-args: |
@@ -53,6 +56,7 @@ jobs:
5356
if: github.ref_type == 'tag'
5457
with:
5558
context: .
59+
platforms: linux/amd64, linux/arm64
5660
file: Dockerfile
5761
push: true
5862
build-args: |

0 commit comments

Comments
 (0)