.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
3b00a0961f
commit
cdbb4afefe
1 changed files with 12 additions and 12 deletions
|
@ -31,23 +31,23 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-basic:latest
|
git.euph.dev/actions/runner-basic:latest
|
||||||
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}
|
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}
|
||||||
|
|
||||||
build_act_images:
|
build_act_images:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
needs: build_act
|
needs: build_act
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
language: [java, php, lua]
|
language: [java, php, lua]
|
||||||
include:
|
include:
|
||||||
- version: [8, 17, 21]
|
- version: [8, 17, 21]
|
||||||
language: java
|
language: java
|
||||||
- version: [8.1, 8.2, 8.3]
|
- version: [8.1, 8.2, 8.3]
|
||||||
language: php
|
language: php
|
||||||
- version: [5.1, 5.2, 5.3, 5.4]
|
- version: [5.1, 5.2, 5.3, 5.4]
|
||||||
language: lua
|
language: lua
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
rm $(which docker) && curl -fsSL https://get.docker.com | sh
|
rm $(which docker) && curl -fsSL https://get.docker.com | sh
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||||
|
@ -68,4 +68,4 @@ jobs:
|
||||||
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
build-args: PACKAGE_VERSION=${{ matrix.version }}
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest
|
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest
|
||||||
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}
|
git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}
|
||||||
|
|
Loading…
Reference in a new issue