Skip to content

Commit

Permalink
Merge pull request #949 from DefGuard/dev
Browse files Browse the repository at this point in the history
Merge dev -> main
  • Loading branch information
t-aleksander authored Jan 16, 2025
2 parents 184ee51 + 8162e8d commit 4016c90
Show file tree
Hide file tree
Showing 395 changed files with 16,238 additions and 12,891 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ jobs:
- ${{ matrix.runner }}
strategy:
matrix:
cpu: [arm64, amd64, arm/v7]
# cpu: [arm64, amd64, arm/v7]
cpu: [arm64, amd64]
include:
- cpu: arm64
runner: ARM64
tag: arm64
- cpu: amd64
runner: X64
tag: amd64
- cpu: arm/v7
runner: ARM
tag: armv7
# - cpu: arm/v7
# runner: ARM
# tag: armv7
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
for tag in ${tags}
do
docker manifest rm ${tag} || true
docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64 ${{ env.GHCR_REPO }}:${{ github.sha }}-armv7
docker manifest create ${tag} ${{ env.GHCR_REPO }}:${{ github.sha }}-amd64 ${{ env.GHCR_REPO }}:${{ github.sha }}-arm64
docker manifest push ${tag}
done
# ${{ env.GHCR_REPO }}:${{ github.sha }}-armv7
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Stop compose
if: always()
run: docker compose --file './docker-compose.e2e.yaml' down
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-report
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target/
defguard.db*
.volumes*
node_modules
node_modules/
.DS_Store
dist
dist-ssr
Expand All @@ -13,3 +13,4 @@ ladle-build
.envrc
.direnv/
*.pem
result/

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4016c90

Please sign in to comment.