Skip to content

Merge pull request #43 from flatcar/t-lo/update-docker25-wasmtime17 #26

Merge pull request #43 from flatcar/t-lo/update-docker25-wasmtime17

Merge pull request #43 from flatcar/t-lo/update-docker25-wasmtime17 #26

Workflow file for this run

name: Build and release Systemd sysext images
on:
push:
tags:
- 'latest'
jobs:
build:
runs-on: ubuntu-22.04
permissions:
# allow the action to create a release
contents: write
steps:
# checkout the sources
- uses: actions/checkout@v4
# prepare build host
- name: install prerequisites
run: |
set -euxo pipefail
sudo apt update -qq && sudo apt install -yqq \
curl \
jq \
squashfs-tools \
xz-utils \
gawk
- name: build release artifacts
run: release_build.sh
- name: delete previous latest release
uses: actions/checkout@v4
run: gh release delete latest --cleanup-tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: create a new latest release with all artifacts
uses: softprops/action-gh-release@v1
with:
body_path: Release.md
files: |
SHA256SUMS
*.raw
*.conf