mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-06-07 16:34:04 +00:00
allow multi-architecture builds
This commit is contained in:
parent
03e41cf685
commit
ba3091b11f
4
.github/workflows/build-image.yaml
vendored
4
.github/workflows/build-image.yaml
vendored
@ -23,11 +23,15 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Set up QEMU for multi-platform builds
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/bcye/structured-wikivoyage-exports:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user