Skip to content

Commit

Permalink
drop linux arm64 from build list for now
Browse files Browse the repository at this point in the history
  • Loading branch information
realdatadriven committed Jan 18, 2025
1 parent 4835c3c commit 4492697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential gcc g++ unixodbc-dev
sudo apt-get install -y build-essential gcc g++ unixodbc unixodbc-dev
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential gcc g++ unixodbc unixodbc-dev gcc-aarch64-linux-gnu g++-aarch64-linux-gnu unixodbc-aarch64-linux-gnu unixodbc-dev-aarch64-linux-gnu
sudo apt-get install -y build-essential gcc g++ unixodbc unixodbc-dev gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go
Expand Down

0 comments on commit 4492697

Please sign in to comment.