mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
chore(ci): Disable alpine builds for PR image
This commit is contained in:
parent
cb67d1ae40
commit
4b5cdade77
1 changed files with 3 additions and 4 deletions
7
.github/workflows/pr.yml
vendored
7
.github/workflows/pr.yml
vendored
|
|
@ -45,9 +45,9 @@ jobs:
|
|||
- dockerfile: ./Dockerfile
|
||||
suffix: ''
|
||||
platforms: 'linux/amd64,linux/arm64'
|
||||
- dockerfile: ./alpine.Dockerfile
|
||||
suffix: '-alpine'
|
||||
platforms: 'linux/amd64,linux/arm64'
|
||||
# - dockerfile: ./alpine.Dockerfile
|
||||
# suffix: '-alpine'
|
||||
# platforms: 'linux/amd64,linux/arm64'
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
@ -115,7 +115,6 @@ jobs:
|
|||
|
||||
To play around with this PR, pull an image:
|
||||
* `foxxmd/multi-scrobbler:pr-${{ github.event.number }}`
|
||||
* `foxxmd/multi-scrobbler:pr-${{ github.event.number }}-alpine`.
|
||||
|
||||
Images are available for x86_64 and ARM64.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue