mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
Remove arm32 builds cause they're still broken on Node 20
This commit is contained in:
2
.github/workflows/build-and-push-image.yml
vendored
2
.github/workflows/build-and-push-image.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
tags: |
|
||||
charlocharlie/markov-discord:latest
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
COMMIT_SHA=${{ github.sha }}
|
||||
cache-from: type=gha,scope=${{ github.workflow }}
|
||||
|
||||
Reference in New Issue
Block a user