Update dependencies (#495)

This commit is contained in:
Ben Johnson
2023-08-08 09:31:59 -06:00
committed by GitHub
parent 2512d35d8d
commit 3de4391349
3 changed files with 127 additions and 675 deletions

View File

@@ -15,7 +15,7 @@ jobs:
docker:
runs-on: ubuntu-latest
env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
PLATFORMS: "linux/amd64,linux/arm64"
VERSION: "${{ github.event_name == 'release' && github.event.release.name || github.sha }}"
steps: