This commit is contained in:
parent
f790a7fa6b
commit
9724d0fb5e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user