We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c7b91 commit ce1eb8aCopy full SHA for ce1eb8a
.gitlab-ci.yml
@@ -32,6 +32,12 @@ test:linux:ARMv7hf:
32
variables:
33
BUILD_ARGS: -test.short
34
35
+test:linux:aarch64:
36
+ extends: .test
37
+ tags: [ aarch64, linux, shell ]
38
+ variables:
39
+ BUILD_ARGS: -test.short
40
+
41
test:mac:x64:
42
extends: .test
43
tags: [ x64, mac, go ]
0 commit comments