Skip to content

Commit c5075cc

Browse files
committed
ci: arm64 build
1 parent 20a7167 commit c5075cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- dashboard/**
1010
- shared/**
1111
- Dockerfile
12+
- .github/workflows/**
1213

1314
jobs:
1415
docker:
@@ -41,7 +42,7 @@ jobs:
4142
- name: Build and push
4243
uses: docker/build-push-action@v6
4344
with:
44-
platforms: linux/amd64
45+
platforms: linux/amd64,linux/arm64
4546
push: true
4647
cache-from: type=gha
4748
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)