Skip to content

Commit

Permalink
enable matrix os and update tag to be dynamic
Browse files Browse the repository at this point in the history
This introspects on the runner's architecture to tag the results.
  • Loading branch information
glemieux committed Aug 31, 2024
1 parent 2d5600e commit ace6c6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
strategy:
matrix:
arch: [ubuntu-latest]
#arch: [ubuntu-latest, macos-14]
runs-on: ${{matrix.arch}}
# os: [ubuntu-latest]
os: [ubuntu-latest, macos-14]
runs-on: ${{matrix.os}}

steps:
- name: checkout
Expand All @@ -35,4 +35,4 @@ jobs:
with:
context: "{{defaultContext}}:docker/baseos/gcc1120"
push: true
tags: ngeetropics/baseos:testbuild
tags: ngeetropics/baseos:testbuild-${{runner.arch}}

0 comments on commit ace6c6a

Please sign in to comment.