mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-07 09:29:37 +01:00
Action try arm64
This commit is contained in:
68
.github/workflows/build-old.yml
vendored
Normal file
68
.github/workflows/build-old.yml
vendored
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
name: ci
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
env:
|
||||||
|
BUILDKIT_IMAGE: jkaninda/laravel-php-fpm
|
||||||
|
jobs:
|
||||||
|
docker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
|
-
|
||||||
|
name: Login to DockerHub
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Build and push 7.2
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/7.2/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:7.2"
|
||||||
|
-
|
||||||
|
name: Build and push 7.3
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/7.3/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
|
||||||
|
-
|
||||||
|
name: Build and push 7.4
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/7.4/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
|
||||||
|
-
|
||||||
|
name: Build and push 8.0
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/8.0/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
||||||
|
-
|
||||||
|
name: Build and push 8.1
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/8.1/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: "${{env.BUILDKIT_IMAGE}}:8.1"
|
||||||
|
-
|
||||||
|
name: Build and push 8.2
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
file: "./src/docker/8.2/Dockerfile"
|
||||||
|
push: true
|
||||||
|
tags: |
|
||||||
|
"${{env.BUILDKIT_IMAGE}}:8.2"
|
||||||
|
"${{env.BUILDKIT_IMAGE}}:latest"
|
||||||
37
.github/workflows/manual.yaml
vendored
37
.github/workflows/manual.yaml
vendored
@@ -26,43 +26,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
|
||||||
name: Build and push 7.2
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.2/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.2"
|
|
||||||
-
|
|
||||||
name: Build and push 7.3
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.3/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
|
|
||||||
-
|
|
||||||
name: Build and push 7.4
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.4/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
|
|
||||||
-
|
|
||||||
name: Build and push 8.0
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/8.0/Dockerfile"
|
|
||||||
#platforms: linux/amd64,linux/arm64
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
|
||||||
-
|
|
||||||
name: Build and push 8.1
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/8.1/Dockerfile"
|
|
||||||
#platforms: linux/amd64,linux/arm64
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.1"
|
|
||||||
-
|
-
|
||||||
name: Build and push 8.2
|
name: Build and push 8.2
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user