Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
name: Build Docker image

env:
PLATFORMS: linux/amd64 # ,linux/arm64
PLATFORMS: linux/amd64,linux/arm64

# when to run workflow
on:
# # run on push or pull request events for the master branch
# # run on push or pull tags request events for the master branch
push:
tags:
- "v*.*.*"
Expand All @@ -41,7 +41,7 @@ jobs:
max-parallel: 1
matrix:
include:
- dockerfile: docker/ubuntu/Dockerfile
- dockerfile: docker/alpine/Dockerfile
name: agent
# - dockerfile: demo/Dockerfile
# name: demo
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(AGENT_VERSION_MAJOR 2)
set(AGENT_VERSION_MINOR 5)
set(AGENT_VERSION_PATCH 0)
set(AGENT_VERSION_BUILD 6)
set(AGENT_VERSION_BUILD 7)
set(AGENT_VERSION_RC "")

# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
Expand Down