diff --git a/.dockerignore b/.dockerignore index 2cf7b5a..5deda07 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,6 +6,9 @@ .gitmodules Dockerfile Dockerfile.archive +compose.yml +compose.yaml docker-compose.yml +docker-compose.yaml *.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98049ee..6537d9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: context: . push: true provenance: false - platforms: linux/amd64,linux/arm64,linux/arm + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}