Skip to content

Commit 62d98c6

Browse files
committed
chore: Enable ARM64 platform support in Docker build workflow
- Uncommented the ARM64 platform option in the Docker build workflow to allow building for additional architecture.
1 parent 32fc2d5 commit 62d98c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
platform:
1818
- linux/amd64
19-
# - linux/arm64 # Cannot build frontend (install apk packages) within acceptable time
19+
- linux/arm64
2020
steps:
2121
- name: Prepare
2222
run: |

0 commit comments

Comments
 (0)