mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
ci: disable arm build
This commit is contained in:
parent
470afa98af
commit
739ecf03c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
|
|
||||||
build-and-push-scraper-amd64:
|
build-and-push-scraper-amd64:
|
||||||
name: "[amd64] oci:scraper"
|
name: "[amd64] oci:scraper"
|
||||||
|
|
Loading…
Reference in a new issue