Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 53c436e2 authored by Benoît's avatar Benoît
Browse files

Disable arm64

parent 0a795662
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ include: ...@@ -11,7 +11,7 @@ include:
parallel: parallel:
matrix: matrix:
- ARCH: amd64 - ARCH: amd64
- ARCH: arm64 #- ARCH: arm64
tags: tags:
# run each build on a suitable, preconfigured runner (must match the target architecture) # run each build on a suitable, preconfigured runner (must match the target architecture)
- ${ARCH} - ${ARCH}
......
...@@ -8,7 +8,7 @@ include: ...@@ -8,7 +8,7 @@ include:
parallel: parallel:
matrix: matrix:
- ARCH: amd64 - ARCH: amd64
- ARCH: arm64 #- ARCH: arm64
- ARCH: all - ARCH: all
id_tokens: id_tokens:
VAULT_ID_TOKEN: VAULT_ID_TOKEN:
...@@ -28,7 +28,7 @@ include: ...@@ -28,7 +28,7 @@ include:
parallel: parallel:
matrix: matrix:
- ARCH: amd64 - ARCH: amd64
- ARCH: arm64 #- ARCH: arm64
id_tokens: id_tokens:
VAULT_ID_TOKEN: VAULT_ID_TOKEN:
aud: https://vault.doca.cloud aud: https://vault.doca.cloud
......
...@@ -102,7 +102,7 @@ include: ...@@ -102,7 +102,7 @@ include:
parallel: parallel:
matrix: matrix:
- ARCH: amd64 - ARCH: amd64
- ARCH: arm64 #- ARCH: arm64
before_script: before_script:
- | - |
if [[ -z "${CI_COMMIT_TAG}" ]]; then if [[ -z "${CI_COMMIT_TAG}" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment