Update .gitlab-ci.yml file

This commit is contained in:
TC Johnson 2023-06-19 02:58:17 +00:00
parent 9e496e1625
commit 1eb1a37cc0

View File

@ -6,7 +6,7 @@ variables:
stages:
- linux-amd64
- linux-arm64
# - linux-arm64
before_script:
- earthly bootstrap
@ -23,14 +23,14 @@ earthly-amd64:
script:
- earthly --ci -P +package-linux-amd64
earthly-arm64:
stage: linux-arm64
only:
- main
- merge_requests
image: earthly/earthly:v0.6.30
tags:
- linux
- amd64
script:
- earthly --ci -P +package-linux-arm64
#earthly-arm64:
# stage: linux-arm64
# only:
# - main
# - merge_requests
# image: earthly/earthly:v0.6.30
# tags:
# - linux
# - amd64
# script:
# - earthly --ci -P +package-linux-arm64