Skip to content

Commit

Permalink
removed armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
enoy19 committed Dec 8, 2023
1 parent 14f462e commit 3c64739
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ jobs:
docker:
runs-on: ubuntu-latest

# services:
# postgres:
# image: postgres:14.4
# env:
# POSTGRES_USER: kudos
# POSTGRES_PASSWORD: secret
# ports:
# - 5432:5432
# options: >-
# --health-cmd pg_isready
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5

permissions:
contents: read
packages: write
Expand All @@ -39,7 +53,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: '{{defaultContext}}'
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3c64739

Please sign in to comment.