Skip to content

Commit

Permalink
fix: ubuntu2004 runner added.
Browse files Browse the repository at this point in the history
  • Loading branch information
beneiltis committed Feb 27, 2024
1 parent 0f855e1 commit 5d3fc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
prepare:
runs-on: [self-hosted, X64]
runs-on: [self-hosted, ubuntu-2204-arm64]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOBUILD=$(GO) build
GOCLEAN=$(GO) clean
GOTEST=$(GO) test
GOGET=$(GO) get
CGO_ENABLED=1
CGO_ENABLED=0

# Ensure linker embeds versioning information
VERSION=${shell git describe --tags $(git rev-list --tags --max-count=1)}
Expand Down

0 comments on commit 5d3fc3b

Please sign in to comment.