From 45507d17daa0c87fead68623d5e69d58c0532cc7 Mon Sep 17 00:00:00 2001 From: nacho Date: Wed, 8 May 2024 20:01:58 +0200 Subject: [PATCH] test gha2 --- .github/workflows/ci-tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 35a372b..29d16a7 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -4,6 +4,7 @@ on: pull_request: branches: [ main ] + jobs: job-1: runs-on: [earthly-satellite#bigarms-latest5, earthly-cache-folder#/root/cache] @@ -19,4 +20,4 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV - name: Release run: |- - env ; earthly +install \ No newline at end of file + env ; earthly --platform=linux/arm64 install \ No newline at end of file