add build
All checks were successful
/ build (push) Successful in 2m12s

This commit is contained in:
Adrien Beaudouin 2025-06-07 17:27:46 +02:00
parent f790a7fa6b
commit 9724d0fb5e

View File

@ -89,11 +89,16 @@ jobs:
with:
path: fetch/core/make
key: make-${{ hashFiles('packages/core/make/package.toml') }}
- name: Restore buildx cache
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: buildx-${{ hashFiles('packages/core/make/package.toml') }}
- name: Build make
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
make registry-core-make PROGRESS=plain BUILDER="docker buildx" PLATFORM=linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
make registry-core-make PROGRESS=plain BUILDER="docker buildx" PLATFORM=linux/amd64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Restore musl cache
uses: actions/cache@v4