Skip to content

Commit

Permalink
test gha2
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed May 8, 2024
1 parent f1598e0 commit 45507d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [ main ]


jobs:
job-1:
runs-on: [earthly-satellite#bigarms-latest5, earthly-cache-folder#/root/cache]
Expand All @@ -19,4 +20,4 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
- name: Release
run: |-
env ; earthly +install
env ; earthly --platform=linux/arm64 install

0 comments on commit 45507d1

Please sign in to comment.