mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update push-docker.yml
This commit is contained in:
parent
7a17b03d86
commit
0bd2f6a752
34
.github/workflows/push-docker.yml
vendored
34
.github/workflows/push-docker.yml
vendored
@ -50,46 +50,16 @@ jobs:
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
- name: Build and push arm
|
||||
- name: Build and push linux/arm64/v8
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/arm"
|
||||
platforms: "linux/arm64/v8"
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
- name: Build and push 386
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/386"
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
- name: Build and push 386
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/386"
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
- name: Build and push arm/v6
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/arm/v6"
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
|
||||
|
||||
- name: Build and push
|
||||
|
Loading…
Reference in New Issue
Block a user