ci: build arm64 images
This commit is contained in:
parent
2496f262c6
commit
c9b3820205
7
.github/workflows/builds.yml
vendored
7
.github/workflows/builds.yml
vendored
@ -11,7 +11,13 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [amd64, arm64]
|
||||
|
||||
steps:
|
||||
- name: Checkout Entire Repository
|
||||
uses: actions/checkout@v4
|
||||
@ -21,6 +27,7 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user