Skip to content

Commit ddce617

Browse files
committed
build arm
1 parent bd167dd commit ddce617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backend.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ jobs:
159159
- name: Build and push
160160
uses: docker/build-push-action@v5
161161
with:
162-
platforms: linux/amd64
162+
platforms:
163+
- linux/amd64
164+
- linux/arm64
163165
context: backend
164166
file: backend/Dockerfile
165167
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)