add build
Some checks failed
/ build (push) Failing after 50s

This commit is contained in:
Adrien Beaudouin 2025-06-07 19:59:02 +02:00
parent 7587d5b9c2
commit a7b02ab095

View File

@ -47,12 +47,12 @@ jobs:
with:
path: fetch/bootstrap/stage3
key: stage3-${{ hashFiles('packages/bootstrap/stage3/package.toml') }}
- name: Build stage3
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
sed -i 's|stagex/bootstrap-stage2|docker.io/stagex/bootstrap-stage2|' packages/bootstrap/stage3/Containerfile
make registry-bootstrap-stage3 EXTRA_ARGS="--cache-from image:buildcache-arm64 --cache-from image:buildcache-amd64" PROGRESS=plain BUILDER="docker buildx" PLATFORM=linux/amd64,linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
# - name: Build stage3
# env:
# CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
# run: |
# sed -i 's|stagex/bootstrap-stage2|docker.io/stagex/bootstrap-stage2|' packages/bootstrap/stage3/Containerfile
# make registry-bootstrap-stage3 PROGRESS=plain BUILDER="docker buildx" PLATFORM=linux/amd64,linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Set up Docker Buildx with arm64 endpoint
uses: docker/setup-buildx-action@v3