Skip to content

Commit

Permalink
Alpine Linux updated to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Dec 6, 2024
1 parent 240807b commit 244ba9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
env:
version: v3.20
version: v3.21

name: Alpine ISO Builder

on:
push:
tags:
- 'v*'

jobs:
build_ISOs:
runs-on: ubuntu-24.04
container:
image: alpine:3.20
image: alpine:3.21

steps:
- name: Install software
Expand Down Expand Up @@ -55,6 +53,7 @@ jobs:
include-hidden-files: true

release_ISOs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-24.04
needs: build_ISOs
steps:
Expand All @@ -73,6 +72,5 @@ jobs:
gh release create ${{ github.ref_name }} \
--verify-tag \
--latest \
--draft \
--notes-file changelog.txt \
*.iso
2 changes: 1 addition & 1 deletion genapkovl-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

alpinelinux="v3.20.3"
alpinelinux="v3.21.0"
version="${alpinelinux%.*}"

HOSTNAME="$1"
Expand Down

0 comments on commit 244ba9b

Please sign in to comment.