From ff38ad54c3ac8802f28fcac3cd5561db1e03408c Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 10 Jan 2024 14:47:16 -0600 Subject: [PATCH] fix(gha): updated actions --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ce1f4e..bccb18f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # 3.0.0 - with: - platforms: linux/amd64,linux/arm64 # have to disable linux/arm/v7 for now, see https://github.com/nodejs/docker-node/issues/1798 - name: Login to GitHub Container Registry @@ -58,7 +56,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 + platforms: linux/amd64,linux/arm64 # have to disable linux/arm/v7 linux/arm/v6 for now, see https://github.com/nodejs/docker-node/issues/1798 push: true tags: | ghcr.io/techno-tim/littlelink-server:latest