Skip to content

Commit

Permalink
Merge pull request #702 from openziti/use-versioned-builder
Browse files Browse the repository at this point in the history
used versioned builder image
  • Loading branch information
qrkourier committed Aug 10, 2023
2 parents 50c2b8b + a255c48 commit c74deaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
preset: windows-arm64

- os: ubuntu-20.04
container: openziti/ziti-builder
container: openziti/ziti-builder:1.0.3
name: Linux x86_64
preset: linux-x64

- os: ubuntu-20.04
container: openziti/ziti-builder
container: openziti/ziti-builder:1.0.3
name: Linux arm
preset: linux-arm

- os: ubuntu-20.04
container: openziti/ziti-builder
container: openziti/ziti-builder:1.0.3
name: Linux arm64
preset: linux-arm64

Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
name: ${{ matrix.preset }}
path: |
./build/bundle/ziti-edge-tunnel-*.zip
if-no-files-found: error
if-no-files-found: error

0 comments on commit c74deaf

Please sign in to comment.