Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
  • Loading branch information
wehagy committed Aug 4, 2024
1 parent 923b297 commit 56d32f5
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
---
name: 'Alpine'

on:
push:
tags:
- alpine-*.*.*
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:

jobs:
build:
strategy:
fail-fast: false
matrix:
release: [
{distro: "alpine", version: "3.16"},
{distro: "alpine", version: "3.17"},
{distro: "alpine", version: "3.18"},
{distro: "alpine", version: "3.19"},
{distro: "alpine", version: "3.20"},
{distro: "alpine", version: "edge"}
]
os: [
{arch: "aarch64", builder: "ubicloud-standard-2-arm"},
{arch: "x86_64", builder: "warp-ubuntu-latest-x64-2x"}
#{arch: "aarch64", builder: "ubicloud-standard-2-arm"},
{arch: "x86_64", builder: "ubuntu-latest"}
]

runs-on: ${{matrix.os.builder}}
env:
ImageOS: ubuntu22
ImageOS: ubuntu24
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +34,7 @@ jobs:
- name: Setup IcePAK
uses: upmaru/icepak@v1
with:
alpine: v3.19
alpine: v3.20
arch: ${{matrix.os.arch}}

- name: Generate Serial
Expand Down Expand Up @@ -76,10 +75,6 @@ jobs:
fail-fast: false
matrix:
release: [
{distro: "alpine", version: "3.16", checks: "ipv4,ipv6"},
{distro: "alpine", version: "3.17", checks: "ipv4,ipv6"},
{distro: "alpine", version: "3.18", checks: "ipv4,ipv6"},
{distro: "alpine", version: "3.19", checks: "ipv4,ipv6"},
{distro: "alpine", version: "3.20", checks: "ipv4,ipv6"},
{distro: "alpine", version: "edge", checks: "ipv4,ipv6"}
]
Expand Down Expand Up @@ -114,4 +109,4 @@ jobs:
env:
POLAR_AUTH_TOKEN: ${{ secrets.POLAR_AUTH_TOKEN }}
POLAR_ENDPOINT: ${{ vars.POLAR_ENDPOINT }}
TESTING_IMAGE_SERVER: ${{ secrets.TESTING_IMAGE_SERVER }}
TESTING_IMAGE_SERVER: ${{ secrets.TESTING_IMAGE_SERVER }}

0 comments on commit 56d32f5

Please sign in to comment.