|
@@ -682,25 +682,25 @@ jobs:
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
|
|
|
- - name: Set up QEMU
|
|
|
- id: qemu
|
|
|
- uses: docker/setup-qemu-action@v1
|
|
|
- with:
|
|
|
- image: tonistiigi/binfmt:latest
|
|
|
- platforms: all
|
|
|
+ # - name: Set up QEMU
|
|
|
+ # id: qemu
|
|
|
+ # uses: docker/setup-qemu-action@v1
|
|
|
+ # with:
|
|
|
+ # image: tonistiigi/binfmt:latest
|
|
|
+ # platforms: all
|
|
|
|
|
|
- - name: Install Earthly
|
|
|
- run: sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly && /usr/local/bin/earthly bootstrap --with-autocomplete'\
|
|
|
-
|
|
|
- - name: Test
|
|
|
- if: success() && !(matrix.SAUCE && matrix.SAUCE_ACCESS_KEY)
|
|
|
- run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache-arm64 --push +test-all
|
|
|
-
|
|
|
- - name: Test (with SauceLabs)
|
|
|
- if: success() && matrix.SAUCE && matrix.SAUCE_ACCESS_KEY
|
|
|
- run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache-arm64 --push +test --TEST=js
|
|
|
- env:
|
|
|
- SAUCE_ACCESS_KEY: matrix.SAUCE_ACCESS_KEY
|
|
|
+ # - name: Install Earthly
|
|
|
+ # run: sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly && /usr/local/bin/earthly bootstrap --with-autocomplete'\
|
|
|
+
|
|
|
+ # - name: Test
|
|
|
+ # if: success() && !(matrix.SAUCE && matrix.SAUCE_ACCESS_KEY)
|
|
|
+ # run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache-arm64 --push +test-all
|
|
|
+
|
|
|
+ # - name: Test (with SauceLabs)
|
|
|
+ # if: success() && matrix.SAUCE && matrix.SAUCE_ACCESS_KEY
|
|
|
+ # run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache-arm64 --push +test --TEST=js
|
|
|
+ # env:
|
|
|
+ # SAUCE_ACCESS_KEY: matrix.SAUCE_ACCESS_KEY
|
|
|
|
|
|
|
|
|
mac-test:
|