add build
Some checks failed
/ build (push) Failing after 3m27s

This commit is contained in:
Adrien Beaudouin 2025-06-07 19:10:40 +02:00
parent 6b3827ec27
commit ec17ec1ecd

View File

@ -12,14 +12,24 @@ jobs:
git config --global advice.detachedHead false
git clone --branch 2025.05.2 --depth 1 https://codeberg.org/stagex/stagex.git $GITHUB_WORKSPACE
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v3
with:
host: 10.0.0.101
private-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v3
with:
host: 10.0.0.102
private-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# with:
# append: |
# - endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
# platforms: linux/arm64
# driver: remote
# endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
with:
append: |
- endpoint: ssh://root@10.0.0.102
platforms: linux/arm64
driver: remote
endpoint: ssh://root@10.0.0.101
- uses: docker/login-action@v3
with:
registry: ${{ vars.CONTAINER_REGISTRY }}