Only build amd64 containers.
Some checks failed
Some checks failed
This commit is contained in:
parent
fe91271cdc
commit
1a922a034d
@ -6,8 +6,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: docker qemu setup
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
- name: docker buildx setup
|
- name: docker buildx setup
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
@ -25,7 +23,6 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.hl.srp.life/${{ gitea.repository }}:dev
|
git.hl.srp.life/${{ gitea.repository }}:dev
|
||||||
|
@ -9,8 +9,6 @@ jobs:
|
|||||||
docker-release-tag:
|
docker-release-tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: docker qemu setup
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
- name: docker buildx setup
|
- name: docker buildx setup
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
@ -28,7 +26,6 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }}
|
git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user