|
@@ -268,7 +268,7 @@ jobs:
|
|
|
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
|
|
|
|
|
- name: Build xmldoc
|
|
|
- run: earthly --ci --remote-cache=ghcr.io/${{ github.repository }}:cache --push +xmldoc --COMMIT=$GITHUB_SHA --BRANCH=${{ steps.extract_branch.outputs.branch }}
|
|
|
+ run: earthly --remote-cache=ghcr.io/${{ github.repository }}:cache --push +xmldoc --COMMIT=$GITHUB_SHA --BRANCH=${{ steps.extract_branch.outputs.branch }}
|
|
|
|
|
|
- name: Upload xmldoc artifact
|
|
|
uses: actions/[email protected]
|
|
@@ -309,7 +309,7 @@ jobs:
|
|
|
run: echo "ADD_REVISION=1" >> $GITHUB_ENV
|
|
|
|
|
|
- name: Build
|
|
|
- run: earthly --platform=linux/arm64 --ci --remote-cache=ghcr.io/${{ github.repository }}:cache --push +build --ADD_REVISION=$ADD_REVISION
|
|
|
+ run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache --push +build --ADD_REVISION=$ADD_REVISION
|
|
|
|
|
|
- name: Upload artifact
|
|
|
uses: actions/[email protected]
|