Skip to content

Commit

Permalink
obsd-arm64 host is real hardware...
Browse files Browse the repository at this point in the history
so put in the correct config location.
  • Loading branch information
daztucker committed Aug 21, 2023
1 parent 598ca75 commit 17fa6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- obsd70
- obsd72
- obsd73
- obsdarm64
- obsdsnap
- obsdsnap-i386
- openindiana
Expand Down Expand Up @@ -79,6 +78,7 @@ jobs:
- { target: ARM64, config: default, host: ARM64 }
- { target: ARM64, config: pam, host: ARM64 }
- { target: debian-riscv64, config: default, host: debian-riscv64 }
- { target: obsd-arm64, config: default, host: obsd-arm64 }
- { target: openwrt-mips, config: default, host: openwrt-mips }
- { target: openwrt-mipsel, config: default, host: openwrt-mipsel }
steps:
Expand Down

0 comments on commit 17fa6cd

Please sign in to comment.