mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-19 04:40:03 +02:00
chore: remove arm64.
This commit is contained in:
parent
4cfb3021b8
commit
ac49cae228
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -55,13 +55,13 @@ jobs:
|
|||||||
- name: Set up Docker Buildx.
|
- name: Set up Docker Buildx.
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64
|
||||||
|
|
||||||
- name: Build and push Docker image to GitHub Container Registry.
|
- name: Build and push Docker image to GitHub Container Registry.
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user