From f4a42622e6abe2302f155c5554210e3455d912d4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 17 Aug 2022 17:43:31 +0000 Subject: [PATCH] Temp init repo --- .github/workflows/build-arm64.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-arm64.yaml b/.github/workflows/build-arm64.yaml index fec0180..6a9cc39 100644 --- a/.github/workflows/build-arm64.yaml +++ b/.github/workflows/build-arm64.yaml @@ -24,21 +24,21 @@ jobs: - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@master - - name: Download meta 🔧 - uses: luet-lab/luet-github-action@master - with: - FINAL_REPO: quay.io/c3os/packages-arm64 - REPOSITORY_TYPE: docker - downloadAllMeta: true - downloadFromList: true - downloadMeta: true + # - name: Download meta 🔧 + # uses: luet-lab/luet-github-action@master + # with: + # FINAL_REPO: quay.io/c3os/packages-arm64 + # REPOSITORY_TYPE: docker + # downloadAllMeta: true + # downloadFromList: true + # downloadMeta: true - name: Build packages 🔧 uses: luet-lab/luet-github-action@master if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: build: true - fromIndex: true - onlyMissing: true + fromIndex: false + onlyMissing: false buildx: true platform: linux/arm/v8 FINAL_REPO: quay.io/c3os/packages-arm64