Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-11 03:46:32 +09:00
parent 37b3c1357b
commit 05af348776

View File

@ -452,8 +452,7 @@ jobs:
arch: [X64, ARM64] arch: [X64, ARM64]
runs-on: [self-hosted, linux, "${{ matrix.arch }}"] runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
if: ${{ always() }} if: ${{ always() }}
permissions: permissions: {}
metadata: read
steps: steps:
- name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }} - name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }}
uses: actions/cache@v4 uses: actions/cache@v4