Skip to content

Commit

Permalink
🤖 Fixup MODEL in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 31, 2022
1 parent 550730e commit eae24fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Build 🔧
env:
FLAVOR: ${{ matrix.flavor }}
MODEL: ${{ matrix.model }}
run: |
export TAG=${GITHUB_REF##*/}
./earthly.sh +all-arm --IMAGE_NAME=c3os-$FLAVOR-$TAG.img --IMAGE=quay.io/c3os/core-$FLAVOR:$TAG --MODEL=$MODEL --FLAVOR=$FLAVOR
Expand Down

0 comments on commit eae24fa

Please sign in to comment.