diff options
Diffstat (limited to 'community/gitlab-runner/PKGBUILD')
-rw-r--r-- | community/gitlab-runner/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gitlab-runner/PKGBUILD b/community/gitlab-runner/PKGBUILD new file mode 100644 index 00000000..ac9c31c6 --- /dev/null +++ b/community/gitlab-runner/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build package | \ + sed ' + s/amd64/386/ + ' +)" |