This commit is contained in:
John Smith 2023-06-19 15:27:10 -04:00
commit cd9a3414cf

View File

@ -6,7 +6,7 @@ variables:
stages: stages:
- linux-amd64 - linux-amd64
- linux-arm64 # - linux-arm64
before_script: before_script:
- earthly bootstrap - earthly bootstrap
@ -24,15 +24,15 @@ earthly-amd64:
- echo "disabled for now" - echo "disabled for now"
# - earthly --ci -P +package-linux-amd64 # - earthly --ci -P +package-linux-amd64
earthly-arm64: #earthly-arm64:
stage: linux-arm64 # stage: linux-arm64
only: # only:
- main # - main
- merge_requests # - merge_requests
image: earthly/earthly:v0.6.30 # image: earthly/earthly:v0.6.30
tags: # tags:
- linux # - linux
- amd64 # - amd64
script: # script:
- echo "disabled for now" # - echo "disabled for now"
# - earthly --ci -P +package-linux-arm64 # # - earthly --ci -P +package-linux-arm64