Skip to content

Commit

Permalink
feat: update self-hosted agent fromm AL2 to AL2023
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Sidorenko <[email protected]>
  • Loading branch information
Vitaliy Sidorenko committed Nov 28, 2024
1 parent a32408f commit 1421147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Start EC2 runner
id: start-ec2-runner
uses: namecheap/ec2-github-runner@main
uses: namecheap/ec2-github-runner@feat/al2023-support
with:
mode: start
github-token: ${{ secrets.GH_TOKEN }}
ec2-image-owner: 699717368611
ec2-image-filters: >
[
{ "Name": "name", "Values": ["nc-amzn2-ami-hvm-x86_64-gp2-master-*"] }
{ "Name": "name", "Values": ["nc-al2023-ami-hvm-x86_64-master-*"] }
]
ec2-instance-type: t3.nano
ec2-instance-type: t3.small
subnet-id: subnet-01c4ff5a
security-group-id: sg-106ec76d
eip-allocation-id: eipalloc-1796f61b
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -48,4 +49,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
draft: true
changelog:
skip: true
disable: true

0 comments on commit 1421147

Please sign in to comment.