Skip to content

Commit

Permalink
Add more Target Platforms
Browse files Browse the repository at this point in the history
Just to see what happens...

Inspired by mumble-voip/mumble-docker#3
  • Loading branch information
theAkito committed Jul 22, 2023
1 parent 72d77c4 commit 96873f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
suffix=
tags: |
type=edge,branch=master
type=raw,value=buster-slim
type=raw,value=bookworm-slim
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,prefix=,format=long
type=sha,prefix=,format=short
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -54,7 +55,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/riscv64,linux/386,linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ htmldocs/
/data
/Murmur.cpp
/Murmur.h
/Murmur.ice
/Murmur.ice
/test*

0 comments on commit 96873f1

Please sign in to comment.