Skip to content

Commit

Permalink
enable images
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Mar 21, 2024
1 parent e651c4e commit 058c38a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fail-fast: false
matrix:
release:
# - "3.16"
# - "3.17"
# - "3.18"
- "3.16"
- "3.17"
- "3.18"
- "3.19"
- "edge"
variant:
- default
# - cloud
- cloud
architecture:
- amd64
# - arm64
Expand Down Expand Up @@ -63,25 +63,25 @@ jobs:
-o image.release=${{ matrix.release }} \
-o image.variant=${{ matrix.variant }}
# - name: Test container image
# uses: ./.github/actions/image-test
# if: contains(env.type, 'container')
# with:
# type: container
# target: ${{ env.target }}
# distro: ${{ env.distro }}
# release: ${{ matrix.release }}
# variant: ${{ matrix.variant }}
- name: Test container image
uses: ./.github/actions/image-test
if: contains(env.type, 'container')
with:
type: container
target: ${{ env.target }}
distro: ${{ env.distro }}
release: ${{ matrix.release }}
variant: ${{ matrix.variant }}

# - name: Test VM image
# uses: ./.github/actions/image-test
# if: contains(env.type, 'vm')
# with:
# type: vm
# target: ${{ env.target }}
# distro: ${{ env.distro }}
# release: ${{ matrix.release }}
# variant: ${{ matrix.variant }}
- name: Test VM image
uses: ./.github/actions/image-test
if: contains(env.type, 'vm')
with:
type: vm
target: ${{ env.target }}
distro: ${{ env.distro }}
release: ${{ matrix.release }}
variant: ${{ matrix.variant }}

# - name: Upload image
# uses: ./.github/actions/image-upload
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# centos:
# uses: ./.github/workflows/image-centos.yml
# secrets: inherit
# debian:
# uses: ./.github/workflows/image-debian.yml
# secrets: inherit
debian:
uses: ./.github/workflows/image-debian.yml
secrets: inherit
# devuan:
# uses: ./.github/workflows/image-devuan.yml
# secrets: inherit
Expand Down

0 comments on commit 058c38a

Please sign in to comment.