Test multi arch

This commit is contained in:
2026-02-08 22:51:22 +05:30
parent 2afb851fe0
commit 8ca23ef672

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-arm64 runs-on: ubuntu-latest
steps: steps:
- -
@@ -55,7 +55,7 @@ jobs:
push: false push: false
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64 platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: | build-args: |