Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
7d2c1c29
Commit
7d2c1c29
authored
Feb 18, 2021
by
Eric Timmons
Browse files
Add arm64 jobs
parent
6b47afc2
Pipeline
#2897
passed with stage
in 28 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7d2c1c29
...
...
@@ -22,24 +22,28 @@ stages:
artifacts
:
paths
:
-
releases/
needs
:
[]
static-release:linux:amd64:
extends
:
.static-release
variables
:
ARCH
:
amd64
static-release:linux:arm64:
extends
:
.static-release
variables
:
ARCH
:
arm64
tags
:
-
arm64v8
##############################################################################
# Build dynamic executables
##############################################################################
.dynamic-exec
:
stage
:
build
image
:
clfoundation/sbcl:$SBCL_VERSION
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-alpine$ALPINE_VERSION-$ARCH
script
:
-
cd /usr/local/src/sbcl
-
sh make.sh --with-sb-linkable-runtime
-
sh install.sh
-
cd $CI_PROJECT_DIR
-
sbcl --script scripts/build.lisp
artifacts
:
paths
:
...
...
@@ -47,4 +51,12 @@ static-release:linux:amd64:
dynamic-exec:linux:amd64:
extends
:
.dynamic-exec
needs
:
[]
variables
:
ARCH
:
amd64
dynamic-exec:linux:arm64:
extends
:
.dynamic-exec
variables
:
ARCH
:
arm64
tags
:
-
arm64v8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment