Skip to content

Commit

Permalink
run AMD on GH + debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 20, 2024
1 parent 5e9f3be commit 105dbcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
matrix:
include:
- name: "linux-amd64"
runs-on: ["self-hosted", "Linux", "x64"] # Array of tags for AMD64
- name: "Windows"
runs-on: "ubuntu-20.04"
target: "x86_64-unknown-linux-gnu"
platform: "amd64"
- name: "linux-arm64"
Expand Down Expand Up @@ -99,6 +99,10 @@ jobs:
AR_x86_64_pc_windows_gnu: x86_64-w64-mingw32-ar
CFLAGS_x86_64_pc_windows_gnu: "-O2"

- name: Windows debug (find release file..)
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
run: tree -d target/

- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 105dbcd

Please sign in to comment.