Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 588e5fe

Browse files
committed
Adds build for arm64 and armv7
1 parent 21c703d commit 588e5fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ variables:
22
DOCKER_DRIVER: overlay2
33
DOCKERHUB_REPO_PREFIX: ixdotai
44
DOCKERHUB_REPO_NAME: mariadb-backup
5+
ENABLE_ARM64: 'true'
6+
ENABLE_ARMv7: 'true'
57

68
include:
7-
- remote: https://gitlab.com/ix.ai/ci-templates/raw/master/bash-project.yml
9+
- project: 'ix.ai/ci-templates'
10+
file: '/bash-project.yml'

0 commit comments

Comments
 (0)