From a8986a6831a7818bc78c5a1a328ae272213cfdc7 Mon Sep 17 00:00:00 2001 From: mhmdksh Date: Thu, 29 Aug 2024 14:22:01 +0300 Subject: [PATCH] adding support for mac arm64, adding restart for local built --- .github/workflows/ci.yml | 4 +++- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c414ed..926c440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v3 + with: + platforms: all - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry @@ -27,4 +29,4 @@ jobs: with: context: . push: true - tags: ghcr.io/giveth/vault-secret-injector:latest + tags: ghcr.io/giveth/vault-secret-injector:latest \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 12afb2c..357cd8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: volumes: - type: bind source: ${TARGET_HOST_FILE} - target: /secrets/secrets.env + target: /secrets/secrets.env \ No newline at end of file