mod: сборка пакета под arm64 и amd64
All checks were successful
Build ETPGRF-site / build (push) Successful in 2m30s
All checks were successful
Build ETPGRF-site / build (push) Successful in 2m30s
This commit is contained in:
@@ -11,6 +11,12 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@@ -22,5 +28,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64 # <-- ВОТ ЭТО
|
||||||
push: true
|
push: true
|
||||||
tags: git.cube2.ru/${{ github.repository }}:latest
|
tags: git.cube2.ru/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user