mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-17 03:39:58 +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.
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm64
|
||||
platforms: linux/amd64
|
||||
|
||||
- name: Build and push Docker image to GitHub Container Registry.
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user