Skip to content

Commit

Permalink
Merge branch 'master' into earlyterm_yes_traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm committed Sep 23, 2024
2 parents 8043cdf + 75fc684 commit 70fb2dc
Show file tree
Hide file tree
Showing 30 changed files with 221 additions and 575 deletions.
2 changes: 1 addition & 1 deletion .github/actionlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
self-hosted-runner:
labels:
- custom-arm64-focal
- custom-arm64-jammy
- custom-arm64-noble
16 changes: 0 additions & 16 deletions .github/actions/install-focal-deps/action.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/packer/clean-public-ami.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .github/packer/create_public_ami.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/packer/roles/public-ami/defaults/main.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/packer/roles/public-ami/tasks/main.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/packer/roles/public-ami/templates/avalanchego.service.j2

This file was deleted.

9 changes: 0 additions & 9 deletions .github/packer/roles/public-ami/templates/conf.json.j2

This file was deleted.

81 changes: 0 additions & 81 deletions .github/packer/ubuntu-jammy-x86_64-public-ami.pkr.hcl

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/amichange.json

This file was deleted.

14 changes: 4 additions & 10 deletions .github/workflows/build-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: ./scripts/build.sh

- name: Install aws cli
run: |
sudo apt update
sudo apt -y install awscli
run: sudo snap install aws-cli --classic

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -74,16 +72,14 @@ jobs:
rm -rf /tmp/avalanchego
build-arm64-binaries-tarball:
runs-on: custom-arm64-focal
runs-on: custom-arm64-jammy
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/install-focal-deps

- uses: ./.github/actions/setup-go-for-project

- run: go version
Expand All @@ -92,9 +88,7 @@ jobs:
run: ./scripts/build.sh

- name: Install aws cli
run: |
sudo apt update
sudo apt -y install awscli
run: sudo snap install aws-cli --classic

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -124,7 +118,7 @@ jobs:
TAG: ${{ env.TAG }}
BUCKET: ${{ secrets.BUCKET }}
ARCH: "arm64"
RELEASE: "focal"
RELEASE: "jammy"

- name: Save as Github artifact
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit 70fb2dc

Please sign in to comment.