Skip to content

Commit

Permalink
Setting up build for Hexagon Conan GCC12 image
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baily committed Feb 5, 2024
1 parent 72d557e commit 5d32d44
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build and Push Docker Image

on:
push:
branches:
- '*'

jobs:
build-and-push:
runs-on: ubuntu-latest
defaults:
run:
working-directory: modern
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and push Docker image
run: |
docker-compose build gcc12
6 changes: 3 additions & 3 deletions modern/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONAN_VERSION=2.0.17
DOCKER_TAG=2.0.17
DOCKER_USERNAME=conanio
DOCKER_USERNAME=hexagon

# This versions are mandatory by 'conan-io/conan-center-index'
CMAKE_VERSION_FULL=3.15.7
Expand All @@ -25,7 +25,7 @@ CLANG12_VERSION=12.0.0
CLANG13_VERSION=13.0.0
CLANG14_VERSION=14.0.0

DISTRO=ubuntu16.04
DISTRO_VERSION=16.04
DISTRO=ubuntu18.04
DISTRO_VERSION=18.04

PLATFORM=linux/amd64

0 comments on commit 5d32d44

Please sign in to comment.