Skip to content

add qemu for release builds #52

add qemu for release builds

add qemu for release builds #52

Workflow file for this run

name: continuous deploy
on:
push:
branches:
- main
jobs:
release-charts:
runs-on: ubuntu-latest
steps:
- name: checkout the source code
uses: actions/checkout@v3
- uses: wistia/[email protected]
- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY_TOOL_VERSION }}" }
- name: run continuous deployment actions
run: |
./earthly \
--push \
+continuous-deploy \
--token ${{ secrets.GITHUB_TOKEN }}