Skip to content

Commit

Permalink
build: add arm64 for the Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Mar 4, 2024
1 parent 604e605 commit 6a3a2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
- release
arch:
- x64
- arm64
include:
- arch: x64
platform: x64
- arch: arm64
platform: arm64
steps:
- name: Check out files
uses: actions/checkout@main
Expand Down
5 changes: 0 additions & 5 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ filter { "system:macosx", "platforms:arm64" }
linkoptions "-arch arm64"
filter {}

if _OPTIONS["dev-build"] then
defines {"DEV_BUILD"}
end

if os.getenv("CI") then
defines "CI"
end
Expand Down Expand Up @@ -142,6 +138,5 @@ filter {}

dependencies.imports()


group "Dependencies"
dependencies.projects()

0 comments on commit 6a3a2a3

Please sign in to comment.