mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-13 22:00:08 +00:00
Don't build arm image files
because they exceed Github Action artifact limits Fixes https://github.com/kairos-io/kairos/pull/450 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
2
.github/workflows/release-arm.yaml
vendored
2
.github/workflows/release-arm.yaml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
FLAVOR: ${{ matrix.flavor }}
|
||||
MODEL: ${{ matrix.model }}
|
||||
run: |
|
||||
./earthly.sh +all-arm --MODEL=$MODEL --FLAVOR=$FLAVOR --K3S_VERSION=${{ matrix.k3s_version }}
|
||||
./earthly.sh +docker-arm --MODEL=$MODEL --FLAVOR=$FLAVOR --K3S_VERSION=${{ matrix.k3s_version }}
|
||||
- name: Push 🔧
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user