Skip to content

Commit

Permalink
Multi platform build (#6)
Browse files Browse the repository at this point in the history
* Update CI build for 'test'

* Bump version 0.0.4 -> 0.0.5

* Improve naming

* Fix build

* Bump version 0.0.5 -> 0.0.6

* Fix build

* Fix build

* Bump version 0.0.6 -> 0.0.7

---------

Co-authored-by: b-long <(none)>
  • Loading branch information
b-long authored Jul 19, 2024
1 parent ae1c21c commit c9bafe3
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 147 deletions.
140 changes: 0 additions & 140 deletions .github/workflows/build-golang-macos-test.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/build-golang-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Setup Docker on macOS using Colima, Lima-VM, and Homebrew
uses: douglascamata/setup-docker-macos-action@v1-alpha
with:
upgrade-qemu: true


- name: Verify docker Installation
Expand Down Expand Up @@ -98,7 +100,7 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install dist/ohpygossh-0.0.4-py3-none-any.whl
pip install dist/ohpygossh-0.0.7-py3-none-any.whl
# Test wheel functionality
python3 validate_ohpygossh.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-golang-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install dist/ohpygossh-0.0.4-py3-none-any.whl
pip install dist/ohpygossh-0.0.7-py3-none-any.whl
# DISABLED: Need to figure out Ubuntu nested VM
# Test wheel functionality
Expand Down
Loading

0 comments on commit c9bafe3

Please sign in to comment.