mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-31 03:58:07 +03:00
✨ Update Docker build workflow to include architecture specification for multi-platform builds
This commit is contained in:
17
.github/workflows/docker-build-multi.yml
vendored
17
.github/workflows/docker-build-multi.yml
vendored
@@ -16,14 +16,15 @@ jobs:
|
||||
name: Build ${{ matrix.platform }}
|
||||
runs-on: ${{ matrix.runner }}
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- platform: linux/amd64
|
||||
runner: ubuntu-latest
|
||||
platform-suffix: amd64
|
||||
- platform: linux/arm64
|
||||
runner: macos-latest
|
||||
platform-suffix: arm64
|
||||
matrix:
|
||||
include:
|
||||
- arch: amd64
|
||||
platform: linux/amd64
|
||||
runner: ubuntu-latest
|
||||
- arch: arm64
|
||||
platform: linux/arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user