From 2dc01683d6a54055986e63e278c2399446180649 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 4 Dec 2023 11:34:09 -0500 Subject: [PATCH] Publish an ARM64-Linux --- .github/workflows/release-branches.yml | 7 +++++++ .github/workflows/release-prs.yml | 7 +++++++ .github/workflows/release-tags.yml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index bae2276..3adc3dc 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -52,6 +52,13 @@ jobs: - name: Persist the cache binary run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + - uses: actions/download-artifact@v3 + with: + name: magic-nix-cache-ARM64-Linux + path: cache-binary-ARM64-Linux + - name: Persist the cache binary + run: cp ./cache-binary-ARM64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-Linux + - name: Publish Release (Branch) env: AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }} diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index 6d899a4..513c2e9 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -56,6 +56,13 @@ jobs: - name: Persist the cache binary run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + - uses: actions/download-artifact@v3 + with: + name: magic-nix-cache-ARM64-Linux + path: cache-binary-ARM64-Linux + - name: Persist the cache binary + run: cp ./cache-binary-ARM64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-Linux + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 with: diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 881ef9b..32d65c3 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -45,6 +45,13 @@ jobs: - name: Persist the cache binary run: cp ./cache-binary-X64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-X64-Linux + - uses: actions/download-artifact@v3 + with: + name: magic-nix-cache-ARM64-Linux + path: cache-binary-ARM64-Linux + - name: Persist the cache binary + run: cp ./cache-binary-ARM64-Linux/magic-nix-cache ./artifacts/magic-nix-cache-ARM64-Linux + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 with: