From 1195526d99dec494fc007c651946154668033333 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 13 Jan 2023 14:52:05 -0500 Subject: [PATCH] user/gitlab-shell: enable on all --- user/gitlab-shell/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user/gitlab-shell/APKBUILD b/user/gitlab-shell/APKBUILD index 884dbf6..3419af2 100644 --- a/user/gitlab-shell/APKBUILD +++ b/user/gitlab-shell/APKBUILD @@ -5,8 +5,7 @@ pkgver=14.15.0 pkgrel=0 pkgdesc="GitLab Shell handles git SSH sessions for GitLab" url="https://gitlab.com/gitlab-org/gitlab-shell" -# Disabled due to openssl3 not being supported -#arch="all" +arch="all" license="MIT" depends="git openssh" makedepends="go"