Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
336b5890
Commit
336b5890
authored
Mar 18, 2019
by
Tomas
Browse files
fix: Make CI compile an ARMv6 binary instead of ARMv7, so we support both architectures.
parent
453a7b3f
Pipeline
#20101
passed with stages
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
336b5890
...
...
@@ -36,7 +36,7 @@ binaries:
export GOOS=${PLATFORM%/*};
export GOARCH=${PLATFORM#*/};
export CGO_ENABLED=0;
export GOARM=
7
;
export GOARM=
6
;
OUTPUT_NAME="irma-${CI_COMMIT_REF_SLUG}-${GOOS}-${GOARCH}";
if [[ "$GOOS" == "windows" ]]; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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