Skip to content

Update earthly/earthly Docker tag to v0.7.21 #486

Update earthly/earthly Docker tag to v0.7.21

Update earthly/earthly Docker tag to v0.7.21 #486

Workflow file for this run

name: 'Push latest ARM images'
on:
pull_request:
paths:
- '**'
concurrency:
group: ci-arm-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
docker:
uses: ./.github/workflows/reusable-docker-arm-build.yaml
with:
flavor: opensuse
flavor_release: leap-15.5
family: opensuse-leap
base_image: opensuse/leap:15.5
model: rpi4
worker: fast
docker-alpine:
uses: ./.github/workflows/reusable-docker-arm-build.yaml
with:
flavor: alpine
flavor_release: "3.18"
family: alpine
base_image: alpine:3.18
model: rpi4
worker: fast