Skip to content

Commit

Permalink
remove acp 77 release ci (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond authored Jan 23, 2025
1 parent 60d6202 commit 3e7de7e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "*"
branches:
- acp-77

jobs:
# First confirm that the linting and unit tests pass at this commit prior to creating release artifacts.
Expand Down Expand Up @@ -61,19 +59,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build Docker Image with acp77-latest tag
if: github.ref == 'refs/heads/acp-77' # special case for acp-77 branch
run: |
docker buildx build --pull --push --platform=linux/amd64,linux/arm64 \
-t avaplatform/avalanche-cli:acp77-latest \
-f ./Dockerfile .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TELEMETRY_TOKEN: ${{ secrets.POSTHOG_PROD_TOKEN }}

- name: Run GoReleaser
if: github.ref != 'refs/heads/acp-77' # skip for acp-77 branch
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit 3e7de7e

Please sign in to comment.